Skip to content

Commit

Permalink
Merge pull request #211 in WALTZ/waltz from WALTZ/waltz-dw:CTCTOWALTZ…
Browse files Browse the repository at this point in the history
…-2568-resizable-cols-6250 to db-feature/waltz-6250-resizable-cols

* commit '862fe9c518a9b03c92a22da2d6884e5b9018af07':
  Report Grid: resizable cols
  • Loading branch information
jessica-woodland-scott-db committed Oct 12, 2022
2 parents da82cb6 + 862fe9c commit f7cea99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waltz-ng/client/common/components/grid/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function controller(uiGridExporterConstants,
columnDefs: vm.columnDefs,
data: vm.rowData,
enableColumnMenus: true,
enableColumnResizing: true,
enableGridMenu: false,
minRowsToShow: vm.minRowsToShow,
enableRowHeaderSelection: false,
Expand Down

0 comments on commit f7cea99

Please sign in to comment.