mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix(apps): enable text selection on aggrid tables by default
This commit is contained in:
+1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user