This topic is locked
[SOLVED]

 show pagination on top of grid (list page)

6/22/2016 8:25:18 AM
PHPRunner General questions
S
sawanr author

how can i have pagination show on top of the _list.php too?

Sergey Kornilov admin 6/22/2016

You can do that modifying layout (Style Editor page).
Copy the code that creates pagination:

begincontainer column col-md=12 class="bs-hidden-xs" align=center pagination

brick bspagination

endcontainer


Paste it to the top part of layout, after printer options

begincontainer column align=right class=bottom-margin col-md=6 gridinfo

brick bsrecordsfound

brick bsprintpanel

endcontainer

endcontainer

begincontainer column col-md=12 class="bs-hidden-xs" align=center pagination

brick bspagination

endcontainer


begincontainer row class=bs-screenwidth messagerow

begincontainer column col-md=12 message

S
sawanr author 6/24/2016

thanks, that worked great.



You can do that modifying layout (Style Editor page).
Copy the code that creates pagination:

begincontainer column col-md=12 class="bs-hidden-xs" align=center pagination

brick bspagination

endcontainer


Paste it to the top part of layout, after printer options