RowItem Interface

Row definition provided to Table.

Properties

Name Type Description
cells CellItem[]    
colorOverrides undefined | ItemColorOverrides    
extendedData undefined | [key: string]: any A key-value pairs data structure that can be used by data provider
to store some custom data for this node item.
 
getValueFromCell undefined | (columnKey: string) => any Get the value from the cell for filtering purposes  
isDisabled undefined | false | true    
key string Must be unique.  

Defined in

Last Updated: 08 January, 2020