Class

TraitsTable

TraitsTable(props) → {React.ReactElement}

Constructor

# new TraitsTable(props) → {React.ReactElement}

Overview

The VirtualizedTable element that presents traits of a selected item.
Parameters:
Name Type Attributes Default Description
props Object

Any other props will be forwarded to the VirtualizedTable element.

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 TraitsTable.

View Source Utils/DataDisplay/TraitsTable.js, line 19

React.ReactElement