Add "type=sType" to the Column Header (th)
Add "type=sType" to the Column Header (th)
Hi,
I’m wondering if there is a way, to automatically add the detected sType of a column to its HTML-Header (th).
What i would like to get is something like this:
[code]
Price
Date
120
22-02-1999
[/code]
P.S.
I need this, to sum up the values of each column in the tables footer (using the "fnFooterCallback"-function) based on theire sType.
(If ther is a better way to do this, please let me know!)
Thanks!
Alex
I’m wondering if there is a way, to automatically add the detected sType of a column to its HTML-Header (th).
What i would like to get is something like this:
[code]
Price
Date
120
22-02-1999
[/code]
P.S.
I need this, to sum up the values of each column in the tables footer (using the "fnFooterCallback"-function) based on theire sType.
(If ther is a better way to do this, please let me know!)
Thanks!
Alex
This discussion has been closed.