Skip to content

@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

NameTypeDefined in
classNameJSXBase.HTMLAttributes<HTMLDivElement>["class"]src/types/interfaces.ts:277

Defined in

src/types/interfaces.ts:276

Revogrid is a powerful data grid library made by Revolist OU.