Function: VirtualTable
▸ VirtualTable(props
): null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
This is a Table component that allows displaying arbitrary data, not necessarily related to entities or properties. It is the component that powers the entity collections but has a generic API, so it can be reused.
Parameters
Name | Type |
---|---|
props | VirtualTableProps <any > |
Returns
null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
Defined in
node_modules/@types/react/ts5.0/index.d.ts:351