Home > @activeviam/activeui-sdk > RowStyleImplementationProperties
RowStyleImplementationProperties interface
Customizes the style of all the cells in a row.
Signature:
export interface RowStyleImplementationProperties
Properties
Property | Type | Description |
---|---|---|
getRowStyle | (rowIndex: number, columnsProps: TabularColumnProps[]) => CSSObject | null | undefined |