/
Grid column widths sometimes not saved [5.2.2-B2]
Grid column widths sometimes not saved [5.2.2-B2]
The grids in In-Portal is main way to represent data stored in database. Grid looks like Microsoft Excel spreadsheet and works almost the same. You can:
- sort by data in a column (click on column name)
- change column width (drag using resize handle)
- filter value value in a column (enter text in input above the column data)
- show/hide columns (using special menu)
When developer, while creating grid, have placed hidden columns between visible columns then custom width for column located right after hidden column won't be saved.
Solution
When saving column width in "kColumnPickerHelper::saveWidths" method ignore hidden columns.