How to do pagination for three divs separately in the same page in cakephp?

I have three divs (on the same page)with different id that I would like to use pagination for. I am using CakePHP's inbuilt pagination method to bring about this. The first page for all the divs are displayed correctly. But if I am in the first page of the second div and click the next link, I get the next items of the first div.

And similarly, If there are no items for the third div for the second page, yet I get the items for the first div.

How can I go about setting up pagination to control the three lists independently?