fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

Table/DataGrid: Composable logic

Open ling1726 opened this issue 2 years ago • 0 comments

Explore ways of composing interactive behaviour to the Table primitives. Preparation for future DataGrid component

  • [ ] support selection (single + multiple)
  • [ ] support sorting
  • [ ] support aria props and keyboard navigation
  • [ ] support component props
  • [ ] support autocontrol
  • [ ] composable behaviour (e.g. sort code should not be there if sorting is not needed)
  • [ ] figure out better name than useTable

ling1726 avatar Aug 04 '22 11:08 ling1726