Skip to content

Commit 8ad7ca3

Browse files
authored
Replaced index with rowIndex in cellMemoProps. (#8451)
1 parent 25faa90 commit 8ad7ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/lib/datatable/DataTableBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export const DataTableBase = ComponentBase.extend({
432432
breakpoint: '960px',
433433
cellClassName: null,
434434
cellMemo: true,
435-
cellMemoProps: ['rowData', 'field', 'allowCellSelection', 'isCellSelected', 'editMode', 'index', 'tabIndex', 'editing', 'expanded', 'editingMeta', 'frozenCol', 'alignFrozenCol'],
435+
cellMemoProps: ['rowData', 'field', 'allowCellSelection', 'isCellSelected', 'editMode', 'rowIndex', 'tabIndex', 'editing', 'expanded', 'editingMeta', 'frozenCol', 'alignFrozenCol'],
436436
cellMemoPropsDepth: 1,
437437
cellSelection: false,
438438
checkIcon: null,

0 commit comments

Comments
 (0)