DEV Community

Discussion on: Responsive table with Django and htmx

Collapse
 
ianastewart profile image
Ian Stewart

Good article. I have been using django_tables2 and django_filters extensively with some custom Javascript to manage selection of multiple rows with custom actions on those rows (similar to features in Django admin). I have also uses modal forms to update the data. I have been planning to migrate all this to use HTMX and remove current dependencies on jQuery. Your project is a good starting point. I also like the css styling.