Constructor
# new TraitsTable(props) → {React.ReactElement}
Overview
TheVirtualizedTable
element that presents traits of a selected item.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
props |
Object | Any other props will be forwarded to the |
||
columnsLabels |
Object |
<optional> |
{key: "Characteristics", value: "Value"} | Text displayed in header. |
ratio |
number |
<optional> |
0.5 | The ratio of key column width to width offset. |
traits |
Object | The traits property from a selected item. |
||
widthOffset |
number |
<optional> |
200 | The width of the |
React.ReactElement