Our blazing fast Grid component built with pure JavaScript


Post by notepads »

As you see from all examples, if you try to widen the second last column, then the last column can disappear out of the page, you can see the image down below. I made the color disappear out of the page by increasing the width of the food column here in the example below. How can I get the all the columns in one screen even if i have 30 columns with manual width of '10em'. I want to remember the width of the column so it's kind of working but some columns disappear. How can I stop that?

Thank you.

https://www.bryntum.com/examples/grid/exporttoexcel/

https://imgur.com/a/5WkHB8Q


Post by alex.l »

Hi notepads,

All columns have minWidth == 60px by default (https://bryntum.com/docs/grid/#Grid/column/Column#config-minWidth). They cannot be smaller than this value. When you resize your target column, all other columns becomes smaller and after they reached minWidth size, the scrolling appeared to make possible access to all columns. They are not disappeared, they go from visible area to right because there is not enough space to see them all.
If you want, you can set your own minWidth to have more columns in visible area.

All best,
Alex.

All the best,
Alex


Post Reply