RevoGrid Documentation v4.15.8 / CellProps
Type Alias: CellProps
ts
type CellProps: JSXBase.HTMLAttributes<HTMLDivElement> & {
[attr: string]:
| string
| number
| object
| boolean
| undefined; className: JSXBase.HTMLAttributes<HTMLDivElement>["class"];
};Additional properties applied to the cell. Contains properties for custom cell rendering.
Type declaration
| Name | Type | Defined in |
|---|---|---|
className | JSXBase.HTMLAttributes<HTMLDivElement>["class"] | src/types/interfaces.ts:279 |