@revolist/revogrid / 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:277 |