Hex Core JS
Preparing search index...
Tables
UseTableSortingOptions
Type Alias UseTableSortingOptions<T>
type
UseTableSortingOptions
<
T
extends
Record
<
any
,
any
>
>
=
{
initialSortColumn
?:
keyof
T
|
null
;
initialSortIsAsc
?:
boolean
;
}
Type Parameters
T
extends
Record
<
any
,
any
>
Index
Properties
initial
Sort
Column?
initial
Sort
Is
Asc?
Properties
Optional
initial
Sort
Column
initialSortColumn
?:
keyof
T
|
null
Optional
initial
Sort
Is
Asc
initialSortIsAsc
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
initial
Sort
Column
initial
Sort
Is
Asc
Hex Core JS
Loading...