Can not load static files after wapping content with django, datatable and htmx
I have a django problem where I use Datatable to display my tables I also use htmx for CRUD but the concern is that once rendered the table content, DataTable and other JS or css frameworks do not initialize after the Swap.
How can I solve this problem?
I collect static with django commande
Python manage.py collectstatic