Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 163e77f

Browse files
authored
Fix #8120: Datatable default cellMemo props (#8123)
1 parent e341085 commit 163e77f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/lib/datatable/DataTableBase.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,9 @@ export const DataTableBase = ComponentBase.extend({
431431
alwaysShowPaginator: true,
432432
breakpoint: '960px',
433433
cellClassName: null,
434+
cellMemo: true,
435+
cellMemoProps: ['rowData', 'field', 'allowCellSelection', 'isCellSelected', 'editMode', 'index', 'tabIndex', 'editing', 'expanded', 'editingMeta', 'frozenCol', 'alignFrozenCol'],
436+
cellMemoPropsDepth: 1,
434437
cellSelection: false,
435438
checkIcon: null,
436439
className: null,

0 commit comments

Comments
 (0)