Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:32
e31a8de

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.