rx-datatable API
Home
Manual
GitHub
Preparing search index...
DataTableContext
Interface DataTableContext<T, K, ColName, ItemProps>
interface
DataTableContext
<
T
,
K
=
T
,
ColName
=
string
,
ItemProps
=
DefaultRowProps
,
>
{
rowConfigCache
:
Map
<
DataTableCellConfig
<
T
,
any
,
ColName
,
ItemProps
>
,
DataTableColumn
<
T
,
any
,
ColName
,
ItemProps
>
,
>
;
tableProps
:
DataTableCoreProps
<
T
,
K
,
ColName
,
ItemProps
>
;
}
Type Parameters
T
K
=
T
ColName
=
string
ItemProps
=
DefaultRowProps
Index
Properties
row
Config
Cache
table
Props
Properties
row
Config
Cache
rowConfigCache
:
Map
<
DataTableCellConfig
<
T
,
any
,
ColName
,
ItemProps
>
,
DataTableColumn
<
T
,
any
,
ColName
,
ItemProps
>
,
>
table
Props
tableProps
:
DataTableCoreProps
<
T
,
K
,
ColName
,
ItemProps
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
row
Config
Cache
table
Props
Home
Manual
GitHub
rx-datatable API
Loading...