Skip to main content

Props API

DataGridQueryProps
DataGrid query props
boolean
If true, the table columns will be resizable
string[]
If passed along with rows the component will ignore the built-in GraphQL operations
(string | null)[][]
If passed along with headers the component will ignore the built-in GraphQL operations
boolean
When true, shows a skeleton loader
DataGridPaginationProps
Props that will affect pagination
boolean
If true, the pagination footer will be hidden
"vertical" | "horizontal" | "both" | "none"
Determines how the table lines are shown, defaults to “both”
SlotProps
boolean
If true, the table border will be hidden
AccentColors | string
The color of the table border
AccentColors | string
The color of the grid lines
AccentColors
The global theme accent color. This color is used to highlight elements
boolean
If true, the headers will be prettified
boolean
If true, row count will be shown in the footer