Hi,
In using the className option with columns like so:
{ data: "Flag", className: "text-uppercase" }
the column header is also affected by the class (in this case its changed to all caps).
Is there a way for the data cells to have the class applied, but not the column header? I can't even seem to remove it with javascript after the fact.
Thank you for any help.