angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

feat: 🎸 the ability to disable hide columns on a grid level #7161

Closed mportuga closed 3 years ago

mportuga commented 3 years ago

Setting enableHiding to false in gridOptions will remove the ability to hide columns by default on all columns, unless explicitly enabled in the column definition.

Closes: #1604

commit-lint[bot] commented 3 years ago

Features

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR