ling1726
ling1726
Implments a `useTable` state hook to support selection and sort. Initially I tried this with [@tanstack/react-table](https://www.npmjs.com/package/react-table), but that library is incredibly generic and relies heavily on render functions which I...
Explore ways of composing interactive behaviour to the `Table` primitives. Preparation for future `DataGrid` component - [ ] support selection (single + multiple) - [ ] support sorting - [...
## Current Behavior v9 `:focus-visible` ponyfill will always be used ## New Behavior Both native `:focus-visible` and ponyfill styles are written to DOM, but if the ponyfill is never applied,...
The current `data-keyboard-nav` selector that is applied to the FluentProvider causes too much style recalclation each time the user's navigation mode changes (mouse/keyboard). Below are results of the `SelectorStats` trace...
Addresses #21338
## Current Behavior ## New Behavior ## Related Issue(s) Fixes #
Split from #19106 Details are in RFC #19658 but will be extracted into its own RFC for a long running discussion on how to version vNext packages. * Independent versioning...
Implement the `row` navigation mode according to the spec #23983