Constructor
# new AttributesVirtualizedTable(props) → {React.ReactElement}
Overview
Displays list of attributes (enable to select) in the Edit attributes dialog.Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
Object | ||
headerText |
string |
<optional> |
This is the text displayed above the table. |
onItemInTableSelected |
function | Method runs when the table item is selected. |
|
rowHeight |
Number |
<optional> |
This is the size of the row. Usually set to default. |
table |
Array | List of columns (attributes) enabled for modification. |
|
clicked |
string | The name of the selected item (attribute). |
React.ReactElement