-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop-down checkbox or method to display available values for a column #105
Comments
Did you check this ? https://github.com/morlandi/django-ajax-datatable#filtering-single-columns |
Hi @morlandi, yes I found that after my post. I think it is a good step towards what I was looking for. I have a couple questions:
|
In reference to question number 2, utilizing https://select2.org/ library would do the job. But the unfortunate part is that we have no capability to adjust the datatable input fields and selects classes of which we can target in JS. @morlandi you can do something on that |
The column search filter has been good alternative to the default Django Admin
list_filter
, especially if you know what you are looking for. However, I was wondering if there was a way to view the set of values for a particular column? A similar issue I saw was #7 and am wondering if any progress was made on that. Thank you!The text was updated successfully, but these errors were encountered: