Skip to content

Commit

Permalink
Disable column resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Apr 25, 2024
1 parent a72289e commit 01989af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ document.addEventListener('DOMContentLoaded', () => {
const gridOptions: agGrid.GridOptions = {
defaultColDef: {
sortable: true,
resizable: false,
suppressMovable: true,
},
columnDefs: columns,
Expand Down

0 comments on commit 01989af

Please sign in to comment.