3.2.0

how to get fixed size column in grid

how to get fixed size column in grid
Ragunath
May 14,
You can set it via CSS. For example -
.aw-column-0      {width:50px}
.aw-column-1      {width:80px}
Anthony
May 15,
hi,

i have to fixed the column size as per as i will set the length of it.

can u suggest me how to set the column with manually.
nitin
May 26,
not sure if you still need this but

table.setColumnWidth(100, 0);


set column 0 to width 100
Ryan Garabedian
June 27,

This topic is archived.

See also:


Back to support forum