Table pagination css styles not working #14076
Unanswered
AdamBrutsaert
asked this question in
Help Wanted!
Replies: 1 comment
-
Appreciate this is an old discussion, however I recently ran into the same issue and stumbled across this discussion hoping to find the answer. table = MyTable(table_data, template_name='django_tables2/bootstrap5-responsive.html') This gave me nicely styled page navigation for the table. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem with my tables that I render inside my plugin generic.ObjectView, the css styles for the bottom pagination isn't applied :
I render them like so :
I do inherit my table classes from NetBoxTable and the Meta classes inside them from NetBoxTable.Meta, and the bottom pagination css styles does work inside the generic.ObjectListView.
I suppose it's because the styles for 'pagination' aren't loaded inside generic.ObjectView. Nonetheless, I don't know how I should fix that. I would be grateful if someone could help me 😊
Beta Was this translation helpful? Give feedback.
All reactions