UsePresentationTableProps<TColumn, TRow> Interface

Props for usePresentationTable hook.

Properties

Name Type Description
columnMapper (columns: TableColumnDefinition) => TColumn    
imodel IModelConnection iModel connection to pull data from.  
keys Readonly<KeySet> Keys defining what to request data for.  
pageSize number Paging size for obtaining rows.  
rowMapper (row: TableRowDefinition) => TRow    
ruleset string | Ruleset Ruleset or ruleset id that should be used to load data.  

Defined in

Last Updated: 06 March, 2024