Populating NetBoxTable with Dict instead of QuerySet #11946
Answered
by
candlerb
emersonfelipesp
asked this question in
Q&A
-
I'm testing using NetBoxTable and it works fine with querysets, but I am not being successful using it with dict data, although the default Is it a expected behavior? Thank you already! |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Mar 10, 2023
Replies: 1 comment 1 reply
-
Can you show your code, and what error it gives? Are there particular features of NetBoxTable you need to use? If you don't want to use querysets, then could you use django_tables2.Table directly? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
emersonfelipesp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you show your code, and what error it gives?
Are there particular features of NetBoxTable you need to use? If you don't want to use querysets, then could you use django_tables2.Table directly?