I am not able to set the width of column in table widget. I have 11 column and need to adjust them to avoid horizontal scroll. I tried giving width to header and rows but nothing works.
Hi Virat,
You can do that by giving a width to a header cell.
For instance, this is my table:
And this is my table, after giving the header cell for Name a width of 100px, the column got smaller:
Hope it helps.
Regards,João
Hi Virat, a table with 11 columns is a bit large for a screen. Perhaps you can design a page that handles the information density different. Think about table rows that are a little bit higher so you can fit 2 lines of text in one row.