-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Explore ways of composing interactive behaviour to the Table primitives. Preparation for future DataGrid component
- support selection (single + multiple) feat: Implement
useTablestate hook #24329 - support sorting feat: Implement
useTablestate hook #24329 - support autocontrol feat: autocontrolled
useTablehook #24688 - rows -> getRows
- support pagination/data virtualization -> difference between rows and displayed rows
- composable behaviour (e.g. sort code should not be there if sorting is not needed)
- support aria props and keyboard navigation -
useTableshould support component props #24964- runtime validation for attributes (?)
- support component props
useTableshould support component props #24964 - unstable callbacks
- column ordering (?)
columns.map - colspan + resizable columns react-table Table/DataGrid: Composable logic #24226
- Grouping/collapsible rows Table: Implement row grouping/expanding state and explore UI options #24966
- figure out better name than
useTable
Reactions are currently unavailable