morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
211 stars 64 forks source link

How to customize row_tools.html #121

Open hbast opened 1 year ago

hbast commented 1 year ago

I have a question about customizing ajax_datatable/row_tools.html I understood that I can modify the code there. I would find it nicer if I could put the file in my Django project and have it deployed either as a template or as static (via collect static). Is this possible? Unfortunately the documentation doesn't help me at this point.

Can someone help me here?