I want to implement pagination in Play FrameWork , Is there any tutorial or example for this I have explore there website and went through the tutorial but not able to implement pagination
Thanks
|
I want to implement pagination in Play FrameWork , Is there any tutorial or example for this I have explore there website and went through the tutorial but not able to implement pagination Thanks |
|||
|
|
|
I have implemented many pages in First I declare the
Then render the Paginator instance to use it in the view
In the view, I used the following syntax
Suppose my SQL query looks like this
then in that case Hope this helps. |
|||||||||||
|
|
First solution is to use the paginate-module. Furthermore there was a discussion of different implementations to solve it at google-group one result of it can find at the snippet-page. I hope that one of the solution fits to you. |
|||
|
|