⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Display pagination both on the top and on the bottom of the crud



keem23

keem23
  • profile picture
  • Member

Posted 09 September 2013 - 23:42 PM

Hello guys!

 

I have a pretty simple issue. I need to display one more pagination bar at the top of the crud. So i need to have a 2 pagination bars in my crud: one - on the top and the second - on the bottom. I've read docs and found nothing. Help pls :)

 

With Best Regards,

keem23


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 10 September 2013 - 06:36 AM

Welcome keem23

 

To achieve your requirement what i can suggest you is ... explore the theme / template you using.. in that .. list_template.php contains the pagination

i have not explored other themes much but i use flexigrid and there the code for pagination begins with

<div class="pDiv">

...

...

</div>

but the whole of the code is merely connected with the form so you can copy the pdiv completely from bottom to top also ... .. else you can copy everything along with the form .. just changing the ids

eitherway round.. ultimately the goal is to control it...

 

This should surely help you on the same.