jquery - jqgrid : pager alignment -



jquery - jqgrid : pager alignment -

by default pager centered @ center position. when i'm providing fixed width size columns pager position goes left.

but want ti center align. how can ?

i suppose problem can fixed removing width left part of pager. if pager have illustration name mypager id of left pager mypager_left. suggest seek following:

class="lang-js prettyprint-override">$("#mypager_left").css("width", "");

more details why width set in situations can find here.

jquery jqgrid

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -