-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
The DataGrid component is intended to be 'smart' component that uses both the table primitives (such as those that are tested as a part of #24386) and the headless table state hook that should be implemented as a part of #24226.
This component will be opinionated and satisfy users that don't want to wire up primitives with state and manage other concerns like accessibility. The component should be accessible by default.
While it would be nice to support virtualization in this component (#24229) it depends on feasibility
Reactions are currently unavailable