morlandi / django-ajax-datatable

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

get_template_name : doc out of date or regression ? #41

Closed tboulogne closed 2 years ago

tboulogne commented 2 years ago

Hello,

Did not find anymore get_template_name in code, overriding have no effect. And template_name value too.

Did you remove this feature (and keep it in doc ?) or a badly regression ?

Thanks for answer (and for this great works :-) ).

Regards

morlandi commented 2 years ago

I do believe that was removed a long time ago since useless (see #2 ). On second thought, the library just needs to receive the id of the table element, and doesn't require to get involved in the initial rendering of the template.