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

How to add a className to cell and header differently? #81

Open riquedev opened 2 years ago

riquedev commented 2 years ago

When I use column_defs and enter the className, the class is applied to both the head and the cell. Is it possible to distinguish both? Something like: "cellClassName" and "headClassName"