In django-tables2 how do I paginate from the database
28 views
Skip to first unread message
Néstor Boscán
unread,
Nov 2, 2014, 4:49:32 PM11/2/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi
Can django-tables2 paginate at the database level using SQL OFFSET AND LIMIT?. I have a table that has millions of rows and it doesn't make any sense to load them in memory to show only the first 10 rows.