pivotal-energy-solutions / django-datatable-view

Server-side datatable representations for Django querysets for automatic rendering in templates
Apache License 2.0
347 stars 141 forks source link

fix: initialization script #232

Closed alshar closed 5 years ago

alshar commented 5 years ago
 datatableview.initialize('.datatable');

throws a jquery error and does not initialize the table

datatableview.initialize($('.datatable'));

does not, and renders the table completely

fredericramanda commented 5 years ago

Please merge this PR, it's a very waste of time to figure out this pb.