fix(apps): enable text selection on aggrid tables by default

This commit is contained in:
Ruben Fiszel
2024-10-29 12:27:41 +01:00
parent 6e222b3b1a
commit b0b9180fb9
2 changed files with 2 additions and 0 deletions
@@ -324,6 +324,7 @@
: false,
initialState: state,
suppressRowDeselection: true,
enableCellTextSelection: true,
...(resolvedConfig?.extraConfig ?? {}),
onViewportChanged: (e) => {
firstRow = e.firstRow
@@ -334,6 +334,7 @@
initialState: state,
suppressRowDeselection: true,
suppressDragLeaveHidesColumns: true,
enableCellTextSelection: true,
...(resolvedConfig?.extraConfig ?? {}),
onStateUpdated: (e) => {
state = e?.api?.getState()