Skip to content

Commit

Permalink
feature: enable text selection ag grid (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 17, 2023
1 parent c1b71c8 commit 2fe4475
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const defaultGridOptions: GridOptions = {
defaultColDef: defaultColDef,
serverSideInitialRowCount: 100,
enableBrowserTooltips: true,
enableCellTextSelection: true,
ensureDomOrder: true,
onFirstDataRendered: (e) => {
e.columnApi.autoSizeColumns(
e.columnApi.getAllDisplayedColumns().filter((s) => s.getColId() !== 'description')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@equinor/fusion-framework-module-ag-grid": "30.2.0",
"@equinor/fusion-framework-react-app": "^4.1.8",
"@equinor/fusion-framework-react-module-context": "^6.0.14",
"@equinor/workspace-fusion": "6.0.0",
"@equinor/workspace-fusion": "6.0.1",
"@equinor/fusion-observable": "8.1.2",
"@equinor/workspace-sidesheet": "^0.1.6",
"@microsoft/applicationinsights-web": "^3.0.3",
Expand Down
90 changes: 84 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fe4475

Please sign in to comment.