tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Pager info is hide depending on container width #959

Closed mariohs22 closed 4 years ago

mariohs22 commented 4 years ago

When container width <= 907 px ".ui-paging-info" is hidden. When container width > 907 px ".ui-paging-info" is shown. I use this solution: loadComplete: function(){$(".ui-paging-info").show();}

tonytomov commented 4 years ago

Hello, This is not a solution. The solution will be performed if you put a real working example which demonstrates the problem.

mariohs22 commented 4 years ago

Oh, sorry. I have set the 'responsive' option to 'true', with the 'false' pager info is shown.