Replies: 1 comment 1 reply
-
Did you ever find an answer? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm currently using the following code snippet to render an
htmx_table
in my Django project:{% htmx_table 'circuits:provideraccount_list' provider_id=object.pk %}
This works perfectly for rendering the table. However, I would like to add a "Configure Table" button alongside it, as shown in the image below:
The purpose of this button is to allow users to configure which columns are visible in the table.
Question:
How can I implement this functionality? Specifically, I’d like guidance on:
Any suggestions or examples (especially using Django,
htmx
, ordjango-tables2
) would be greatly appreciated!Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions