问题
I tried resizing of jqgrid with the following code,
$(window).bind('resize', function() {
jQuery("#list").setGridWidth($('#jQGrid').width(), true);
}).trigger('resize');
The grid gets resized, but the footer row that has the userdata and the header row that holds the column names are distorted and not aligned with the grid column cells.Is it possible to resize the footer and header automatically with the jqgrid? Any help is appreciated.
Thanks in advance, Poorna.
来源:https://stackoverflow.com/questions/33118099/jqgrid-resizing-footer-row-and-header-row-is-distortes-and-not-aligned-with-the