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:276

Defined in

src/types/interfaces.ts:275

Revogrid is a MIT-licensed open source library made by Revolist OU.