Data Grid - List view
Display data in a single-column list view. Can be used to present a more compact grid on smaller screens and mobile devices.
List view can be enabled by providing the unstable_listView
prop.
Unlike the default grid view, the list view makes no assumptions on how data is presented to end users.
In order to display data in a list view, a unstable_listColumn
prop must be provided with a renderCell
function.
Advanced usage
The list view feature can be combined with custom subcomponents to provide an improved user experience on small screens.