UsePresentationTableWithUnifiedSelectionResult<TColumns, TRow> Interface
Return type of usePresentationTableWithUnifiedSelection hook.
Extends
- UsePresentationTableResult<TColumns, TRow>
Properties
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
columns | undefined | TColumns[] | UsePresentationTableResult<TColumns, TRow> | List of table columns. |
filter | (filterExpression?: string) => void | UsePresentationTableResult<TColumns, TRow> | Filters table data using provided ECExpression. |
isLoading | boolean | UsePresentationTableResult<TColumns, TRow> | Specifies whether rows loading is on going. |
loadMoreRows | () => void | UsePresentationTableResult<TColumns, TRow> | Loads more rows if there are any available. |
rows | TRow[] | UsePresentationTableResult<TColumns, TRow> | List of table rows loaded. |
sort | (columnName?: string, descending?: boolean) => void | UsePresentationTableResult<TColumns, TRow> | Sorts table data by the specific column. |
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.