Function: Table
▸ Table<T
>(__namedParameters
): Element
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.
If you have an entity collection defined, you probably want to use CollectionTable or EntityCollectionView
see
CollectionTable
see
EntityCollectionView
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
__namedParameters | TableProps <T > |
Returns
Element