How to get column actual width without assgin width
How to get column actual width without assgin width

Hi,
I am using "autoWidth": true, and let the data flow. Now I want to get the actual width of all columns, are there other ways to get the width instead of $('.dataTables_scrollHeadInner').width()
This discussion has been closed.
Answers
Hi @xlzero ,
You can specify the column and pass the nodes to jQuery, like this:
Hope that does the trick,
Cheers,
Colin