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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -