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