mui-datatable-delight
Preparing search index...
ContextValue
Interface ContextValue<DataRowItemType>
interface
ContextValue
<
DataRowItemType
>
{
components
:
Partial
<
DataTableComponents
>
;
icons
:
DataTableIcons
;
onAction
?:
(
action
:
TableAction
,
state
:
Partial
<
DataTableState
<
DataRowItemType
>
>
,
)
=>
void
;
options
:
DataTableOptions
<
DataRowItemType
>
;
props
:
DataTableProps
<
DataRowItemType
>
;
state
:
DataTableState
<
DataRowItemType
>
;
tableRef
:
RefObject
<
HTMLTableElement
|
null
>
;
textLabels
:
TextLabelsType
;
updateCellValueRef
:
RefObject
<
HandleUpdateCellValue
|
undefined
>
;
}
Type Parameters
DataRowItemType
Index
Properties
components
icons
on
Action?
options
props
state
table
Ref
text
Labels
update
Cell
Value
Ref
Properties
components
components
:
Partial
<
DataTableComponents
>
icons
icons
:
DataTableIcons
Optional
on
Action
onAction
?:
(
action
:
TableAction
,
state
:
Partial
<
DataTableState
<
DataRowItemType
>
>
,
)
=>
void
options
options
:
DataTableOptions
<
DataRowItemType
>
props
props
:
DataTableProps
<
DataRowItemType
>
state
state
:
DataTableState
<
DataRowItemType
>
table
Ref
tableRef
:
RefObject
<
HTMLTableElement
|
null
>
text
Labels
textLabels
:
TextLabelsType
update
Cell
Value
Ref
updateCellValueRef
:
RefObject
<
HandleUpdateCellValue
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
icons
on
Action
options
props
state
table
Ref
text
Labels
update
Cell
Value
Ref
mui-datatable-delight
Loading...