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 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 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 because I have 
>> no idea
>> 
>> Kindly assist.
>> -- 
>> Eugene
>> 
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CABxpZHvBC0ifjPY8URFq5HdFtJhhYnSbECT6f7Vtr8dX06otAg%40mail.gmail.com.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAE5VhgViNLYcVwkBZMYA4hN9b0TymjTULoRsbQ06Mof5PYKxKA%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/51050674-2DD8-4DAF-97B6-1FA96D55ABEF%40gmail.com.


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 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 because I have
> no idea
>
> Kindly assist.
> --
> *Eugene*
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABxpZHvBC0ifjPY8URFq5HdFtJhhYnSbECT6f7Vtr8dX06otAg%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAE5VhgViNLYcVwkBZMYA4hN9b0TymjTULoRsbQ06Mof5PYKxKA%40mail.gmail.com.


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 because I have
no idea

Kindly assist.
-- 
*Eugene*

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABxpZHvBC0ifjPY8URFq5HdFtJhhYnSbECT6f7Vtr8dX06otAg%40mail.gmail.com.