[data grid] List view implementation improvements #14997
Labels
component: data grid
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
feature: List view
Related to the data grid liist view feature
Follow up issue to improve the implementation of the list view feature. See #14393.
Suggestions to consider implementing
Encapsulate
gridVisibleListColumnFieldsSelector
andgridVisibleColumnFieldsSelector
in a single selector [DataGrid] List View #14393 (comment)Consider abstracting the
if (listView) then getListColumn else getColumn
logic in a single function (likelygetColumn
). Avoids introducing a check on listView in unrelated places. [DataGrid] List View #14393 (comment)Set the visible columns in a way that avoids adding diverging functions for list view and normal view. [DataGrid] List View #14393 (comment)
Combine the
unstable_listView
andunstable_listColumn
props [DataGrid] List View #14393 (comment)Renaming
listColumn
tolistViewColumn
[DataGrid] List View #14393 (review)Automatically switch to list view at a configurable breakpoint [DataGrid] List View #14393 (comment)
Once the toolbar redesign [DataGrid] Experimental toolbar #14611 has happened, consider adding a sort item to the toolbar [DataGrid] List View #14393 (comment)
The text was updated successfully, but these errors were encountered: