Skip to main content
Version: Next

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

ParameterTypeDescription
propsTableOptions<D>

Returns

ReactElement