Table()
function Table<D>(props): ReactElement
Table component suited to geoprocessing client reports.
Builds on the react-table useTable hook and re-exports its interface,
so reference those API docs to suit your needs.
Type Parameters
| Type Parameter | 
|---|
D extends object | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
props | TableOptions<D> | 
Returns
ReactElement