Skip to content

Dynamic Grid Options and Column Definitions

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 15 May 23:33
· 3805 commits to master since this release

Features

  • (grid): ability to dynamically add or change Column Headers and/or Grid Options
    • you can see Example 12, click on "Dynamically Duplicate Title Column" to see it in action
  • (resize): use gridHeight or gridWidth when provided
    • if user pass any of them, even when the grid option enableAutoResize is enabled, we will use the provided size to fix that one but resize the one that is not provided.
    • Example, let say the user passes gridHeight="300", the autoResize service will only resize the width and never the height because it is now a fixed height.

Fixes

  • (grid): issue #20 Dynamic Headers in Angular 5
    • this is the new feature mentioned on top "Dynamic Grid Options and Column Definitions"
  • (editor): Date Editor was not using picked date
  • (editors): use indexOf in multiple select editor to load value
  • (editor): Date Editor was not using picked date
  • (headerMenu): we should not display header menu on row select column
  • (dataview): preserve any previous sort when resetting items
  • (control): Grid Menu is shown behind grid when using modal window