Constructor
# new TablesList(props) → {React.ReactElement}
Overview
The List component and it's subcomponents from Material-UI library with custom styling. Used to display tables from a selected item.For full documentation check out Material-UI docs on List.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | |
headerText |
string | The header of the |
onTableSelected |
function | Callback fired when a table is selected. |
tableIndex |
number | The index of currently selected table. |
tables |
Object | The tables property from a selected item. |
React.ReactElement