Update Tabled to 1.0.5

Created on 14 January 2025, 3 months ago

Problem/Motivation

Update Tabled to the latest release (1.0.5) which fixes a bug with navigation button not being disabled in some cases when scrolling to the end of the table.

Steps to reproduce

- Visit: https://iuc.iowa.gov/commission-activity/rulemaking-and-rules-process/ex...
- Scroll the first table to the right using the navigation button or scrollbard
- You'll see that the navigation button isn't disabled.

Proposed resolution

Change if (scrollWidth - wrapper.scrollLeft - width <=1) in Tabled with if (scrollWidth - wrapper.scrollLeft - width <= 1)

See: https://github.com/Lullabot/tabled/issues/13

Remaining tasks

Update the library.

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024