ChristopherS
7 Dec 2010, 5:56 AM
the class
com.extjs.gxt.ui.client.widget.grid.GridView contains - within the method "fitcolumns" - the following piece of code:
if (aw < 20 || aw > 2000) {
return;
}
that basically breaks rendering of tables on screens having >2000 pixels width. Could this be changed to a limit of 10000 or sth. like that?
Cheers,
Christopher
com.extjs.gxt.ui.client.widget.grid.GridView contains - within the method "fitcolumns" - the following piece of code:
if (aw < 20 || aw > 2000) {
return;
}
that basically breaks rendering of tables on screens having >2000 pixels width. Could this be changed to a limit of 10000 or sth. like that?
Cheers,
Christopher