React DataGrid - DataGridPredefinedCommandNames
Names of predefined commands available in the DevExtreme DataGrid.
import { DataGridTypes } from "devextreme-react/data-grid"
Type:
DataGridTypes.DataGridPredefinedCommandNames
The following commands are available:
- columnsVisibility
- columnsReorder
- columnsPinning
- columnsResize
- filterValue
- clearFilter
- focusRowByKey
- focusRowByIndex
- paging
- pageSize
- pageIndex
- searching
- selectByKeys
- selectByIndexes
- selectAll
- deselectAll
- clearSelection
- sorting
- clearSorting
- grouping
- clearGrouping
- summary
- clearSummary