You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
c98a857 Thanks @Psvensso! - Make pagination opt-in via enablePagination (implied by manualPagination);
by default all rows render, virtualized. TMDataGrid.Footer gains a pagination render prop for custom pagers.
c98a857 Thanks @Psvensso! - Add rowSelectionMode. "checkbox" (the default) keeps the checkbox column; "row" drops it and toggles a row on click. highlightSelectedRows controls
the selected-row background and follows the mode. Fixes the selection
checkboxes not re-rendering when a row was selected.
Patch Changes
20c68ee Thanks @Psvensso! - Debounce persistence writes so a column resize no longer writes to storage on
every pointer move, and drop restored state that fails a shape check instead of
feeding it to the table. The footer's page-size Select now keeps a current size
that is not in pageSizeOptions rather than rendering blank, and headers expose aria-sort alongside aria-rowcount / aria-colcount / aria-rowindex on the
virtualized grid.