UsePresentationTableResult<TColumns, TRow> Interface

Return type of usePresentationTable hook.

Properties

Name Type Description
columns undefined | TColumns[] List of table columns.  
filter (filterExpression?: string) => void    
isLoading boolean Specifies whether rows loading is on going.  
loadMoreRows () => void    
rows TRow[] List of table rows loaded.  
sort (columnName?: string, descending?: boolean) => void    

Defined in

Last Updated: 25 March, 2024