$('#gbox_list_requisitos').css('width','1300px'); $('#gview_list_requisitos').css('width','1300px'); $('#gview_list_requisitos').css('width','1300px'); $('.ui-state-default').css('width','1300px'); $('.ui-jqgrid-hdiv').css('width','1300px'); $('.ui-jqgrid-bdiv').css('width','1300px'); $('#pager_requisitos').css('width','1300px');
Here is my answer. It can be fixed. I encountered the same problem as in shrinkFit = true, I have two horizontal scrollbars and this solution works, instead of 1300 you can use the window width
my table id is list_requisitos and page pager_requisitos
source share