GridCellsSettings
The settings of the cells prop options.
Name | Type | Default | Description |
---|---|---|---|
data? |
|
Custom component for rendering the data cell. tsx
| |
edit? |
|
Custom cell components for edit columns. tsx
| |
filterCell? |
|
Custom component for rendering the filter cell. tsx
| |
footerCell? |
|
Custom component for rendering the footer cell. tsx
| |
group? |
|
Custom cell components for group columns. tsx
| |
groupFooter? |
|
Custom component for rendering the group footer cell. tsx
| |
groupHeader? |
|
Custom component for rendering the group header cell. tsx
| |
headerCell? |
|
Custom component for rendering the header cell. tsx
| |
hierarchy? |
|
Custom cell components for hierarchy columns. tsx
| |
select? |
|
Custom cell components for selection columns. tsx
|