rhull21 / re_app

For rivereyes
0 stars 2 forks source link

pagination #23

Open rhull21 opened 1 year ago

rhull21 commented 1 year ago
agropunk commented 1 year ago

@rhull21 I actually did this for one of the tables a few days ago on my fork. So I feel confident managing this for the other tables too

agropunk commented 1 year ago

@rhull21 I initially set "per_page" to 200, but that made it tedious to scroll down to get to the pages. I didn't see a way to move the page listing to the top of the tables in the django-tables2 documentation, so I reduced it to 100 rows/page. But if it's simple to move the page list to the top, I think we could do more rows.

rhull21 commented 1 year ago

@agropunk is this resolved?