Rezi
Preparing search index...
core/src
UseTableResult
Type Alias UseTableResult<T>
UseTableResult
:
Readonly
<
{
clearSelection
:
()
=>
void
;
props
:
TableProps
<
T
>
;
rows
:
readonly
T
[]
;
selection
:
readonly
string
[]
;
setSort
:
(
column
:
string
,
direction
:
SortDirection
)
=>
void
;
sortColumn
:
string
|
undefined
;
sortDirection
:
SortDirection
|
undefined
;
}
,
>
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...