How to launch GridX column width recalculation after the grid has been started up?
According to documentation: https://github.com/oria/gridx/wiki/Create-the-Simplest-Gridx Never forget to call grid.startup(), since the column width calculation and layout rendering need to access the geometry information of grid DOM nodes. If I have the grid with columns, that have no width specified, and autoWidth is set to false , startup() calculates the size of columns so, that they fill the whole viewport horizontally. However, if viewport is expanded, and extra empty space is inserted after the last column. If the viewport is narrowed, the last columns are not more visible (and no