jquery - In jqgrid, can I put the pager on the top left -


When using jqgrid, I think I can add pager to the top by doing this: < Pre> toppager: true,

which works great, but I want to see that I can align it instead of putting it on the left side of that row. Is this possible?

To place the pager element at the top position, you should have the default per top center just that left Hide which is located at the top left

  $ ('#' + grid [0] .id + '_toppager_left'). Hide ();   

Where var grid = $ ('# list') see for example:

 Enter image details here

How to move different page elements between the top and bottom pagers of the description of another old answer You can. Gives some more general information about pagers.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -