[docs] Create a doc example to play with the various row selectors #3717
Labels
component: data grid
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
Summary 💡
Add a playground in the doc where users can plan with the filtering / sorting / pagination etc... and see the impact of the various row-based selectors.
This is a first draft of what can be done.
I don't know which output format would be the easier to read.
https://codesandbox.io/s/datagrid-v5-quick-start-forked-dxm4h
Motivation 🔦
We have several selectors that return the rows after the sorting, after the filtering, after the pagination etc...
As we add complexity to the grid, it can be difficult for users to keep track of which selectors can be used for which purpose.
The text was updated successfully, but these errors were encountered: