Preparing search index...
The search index is not available
mui-datatable-delight
mui-datatable-delight
ContextValue
Interface ContextValue<DataRowItemType>
interface
ContextValue
<
DataRowItemType
>
{
components
:
Partial
<
DataTableComponents
>
;
draggableHeadCellRefs
:
RefObject
<
HTMLTableCellElement
[]
>
;
functions
:
{
setHeadCellsRef
?:
(
index
:
number
,
columnIndex
:
number
,
element
:
HTMLTableCellElement
,
)
=>
void
;
}
;
icons
:
DataTableIcons
;
onAction
?:
(
action
:
TableAction
,
state
:
Partial
<
DataTableState
<
DataRowItemType
>
>
,
)
=>
void
;
options
:
DataTableOptions
<
DataRowItemType
>
;
props
:
DataTableProps
<
DataRowItemType
>
;
state
:
DataTableState
<
DataRowItemType
>
;
tableHeadCellElements
:
RefObject
<
HTMLTableCellElement
[]
>
;
tableRef
:
RefObject
<
null
|
HTMLTableElement
>
;
textLabels
:
TextLabelsType
;
updateCellValueRef
:
RefObject
<
undefined
|
HandleUpdateCellValue
>
;
}
Type Parameters
DataRowItemType
Index
Properties
components
draggable
Head
Cell
Refs
functions
icons
on
Action?
options
props
state
table
Head
Cell
Elements
table
Ref
text
Labels
update
Cell
Value
Ref
Properties
components
components
:
Partial
<
DataTableComponents
>
draggable
Head
Cell
Refs
draggableHeadCellRefs
:
RefObject
<
HTMLTableCellElement
[]
>
functions
functions
:
{
setHeadCellsRef
?:
(
index
:
number
,
columnIndex
:
number
,
element
:
HTMLTableCellElement
,
)
=>
void
;
}
Type declaration
Optional
setHeadCellsRef
?:
(
index
:
number
,
columnIndex
:
number
,
element
:
HTMLTableCellElement
)
=>
void
Sets the ref for a head cell.
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
Head
Cell
Elements
tableHeadCellElements
:
RefObject
<
HTMLTableCellElement
[]
>
table
Ref
tableRef
:
RefObject
<
null
|
HTMLTableElement
>
text
Labels
textLabels
:
TextLabelsType
update
Cell
Value
Ref
updateCellValueRef
:
RefObject
<
undefined
|
HandleUpdateCellValue
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
draggable
Head
Cell
Refs
functions
icons
on
Action
options
props
state
table
Head
Cell
Elements
table
Ref
text
Labels
update
Cell
Value
Ref
mui-datatable-delight
Loading...
Sets the ref for a head cell.