column().name() - DataTables 2.0.0?
column().name() - DataTables 2.0.0?
AndrewFW
Posts: 2Questions: 1Answers: 0
I found this API page on google for column().name(). It says "Since DataTables 2.0.0", but I can't find any other mention of DataTables 2.0.0 anywhere! Is this something that's in development, or...?
This discussion has been closed.
Answers
No, it will be in Datatables 2 not 1.
Checkout this thread, Allan gives an example plugin that might do the same.
https://datatables.net/forums/discussion/44885
Kevin
There is actually a v2 branch of DataTables that I've started and that method will be available in it. Use the plug-in in the thread Kevin linked to for v1 though. v2 is no where near ready for production use which is why you won't see anything but passing references to it like this .
Allan
Awesome, thanks guys!