django-ajax-datatable
django-ajax-datatable copied to clipboard
How to add a className to cell and header differently?
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"