DataGrid
Data grids are used to organize lists of high density data.
Theming#
The DataGrid component is a multipart component. The styling needs to be
applied to each part specifically.
To learn more about styling multipart components, visit the Chakra UI Component Style page.
Anatomy#
- container
- inner
- table
- thead
- tbody
- tfoot
- tr
- th
- td
- caption
Was this helpful?