I have a grid with 2 columns. The following is the column model:
colModel.append("{name:\"group_id\",index:\"GOID\",width:80,sortable:true,align:\"left\", formatter:linkFormat, unformat:unformatLink}\n") .append(",{name:\"group_name\",index:\"GNAME\",width:350,sortable:true,align:\"left\", formatter:formatHtml, unformat:unformatHtml}"); The table grid width is 95% and changes according to the window size.
Now I need to auto adjust two of the columns widths to fill the entire grid. I dont want to show empty space at the end of the grid.