Re: Pagination on different cards reside on the same template

2021-11-25 Thread Eugene TUYIZERE
Dear David, Thanks, after some hours of search,I managed to achieve it with python only. > On 25 Nov 2021, at 23:26, David Nugent wrote: > > Hi Eurgene, > > I would implement this in Javascript (or htmx). Some good examples are only a > google search away. > > Regards, David > >> On

Re: Pagination on different cards reside on the same template

2021-11-25 Thread David Nugent
Hi Eurgene, I would implement this in Javascript (or htmx). Some good examples are only a google search away. Regards, David On Fri, Nov 26, 2021 at 6:41 AM Eugene TUYIZERE wrote: > Dear Team, > > I have 4 cards on a single html page. I want to display data on each one > but since the data

Pagination on different cards reside on the same template

2021-11-25 Thread Eugene TUYIZERE
Dear Team, I have 4 cards on a single html page. I want to display data on each one but since the data has many rows I want to apply pagination on each card. How can I achieve this? I was thinking of using ListView but this displays pagination on the whole page. I did not try any other codes