Hi,
I noticed there's a default autosizing happening for all columns if no specified width is given for any of the columns. I would like to adjust the autosizing so that:
Thanks!
Just to follow up on 1.
I noticed the min-width of cells for very short value/text is set at 100px - can that be set even lower? (say 70px?)
Thanks.
Hello,
Thank you for reaching out to us.
It is possible to make the grid more compact via CSS. Please refer to this code example: https://jsfiddle.net/flexmonster/a8zeb49w/
Here, you can see the minimal column width defined as 70px
, which helps to save the grid space. The columns would be aligned to fit the longest text label inside the cell. Also, a separate selector is required to reduce the size of column header cells (cells with field names and filters) since they use different selectors.
Flexmonster has the text-overflow: ellipses
applied for all cells, meaning that when the size is reduced, the text will be automatically shortened.
Please let us know if this solution works for you.
Best Regards,
Maksym
Hello,
Hope you are doing well.
We are wondering if you tried the suggested approach for adjusting the column sizes and making the columns narrower.
Please let us know if this works for you.
Best Regards,
Maksym