Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
Reset width of a hidden column
posted

Currently, I have a grid with default columns visible with their default width. I need to programmatically set certain columns visible and set their width. Once I set the column visible by using 'showColumn' option, I cannot reset the width of that column since the hidden attribute of the column still shows true. I am using .igGridResizing('resize',...) option to reset the width. The resizing feature has been enabled for the grid