django-ajax-datatable
django-ajax-datatable copied to clipboard
How to customize row_tools.html
trafficstars
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?