You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.