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

Commit 174b34c

Browse files
authored
Update datatable.d.ts
1 parent 9ccc6bb commit 174b34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/lib/datatable/datatable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ interface DataTableBaseProps<TValue extends DataTableValueArray> extends Omit<Re
11271127
* 'getVirtualScrollerOption', 'ptCallbacks', 'metaData', 'unstyled', 'findNextSelectableCell', 'findPrevSelectableCell', 'findDownSelectableCell',
11281128
* 'findUpSelectableCell', 'focusOnElement', 'focusOnInit', 'updateStickyPosition'
11291129
*
1130-
* PS.: Including a function to be checked will in general disable the memoization in practice, since functions are
1130+
* IMPORTANT: Including a function to be checked will in general disable the memoization in practice, since functions are
11311131
* compared by reference.
11321132
*
11331133
* @defaultValue ['rowData', 'field', 'allowCellSelection', 'isCellSelected', 'editMode', 'index', 'tabIndex',

0 commit comments

Comments
 (0)