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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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