API Reference > ui-components > Table > RowItem RowItem Interface Row definition provided to Table. Methods Name Description getValueFromCell(columnKey: string): any Optional Get the value from the cell for filtering purposes. Properties Name Type Description cells CellItem[] Array of cells in the row colorOverrides undefined | ItemColorOverrides Color overrides for all cells in the row extendedData undefined | { T } A key-value pairs data structure that can be used by data provider isDisabled undefined | boolean Indicates whether the row is disabled key string A unique key for this row Defined in ui/components/src/ui-components/table/TableDataProvider.ts Line 101 Last Updated: 11 June, 2024