fixed: Pagination controls & Items-per-page dropdown

This commit is contained in:
Ryan
2025-04-27 16:50:22 -04:00
committed by GitHub
parent ae0d63b86f
commit 25303df677
2 changed files with 52 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
- Updated `toggleAllCheckboxes(masterCheckbox)` to call `updateRowHighlight()` on each row so selections get the `.row-selected` highlight
- **Master checkbox sync** in toolbar
- Enhanced `updateFileActionButtons()` to set the header checkbox to checked, unchecked, or indeterminate based on how many files are selected
- Fixed Pagination controls & Items-per-page dropdown
---