How to check my DataTables version ?
How to check my DataTables version ?

Hai,
I already stored with DataTables folder in my system.I want to check the DataTables version.How can i check it?
This discussion has been closed.
Hai,
I already stored with DataTables folder in my system.I want to check the DataTables version.How can i check it?
Answers
$.fn.dataTable.version
will give you the version. Alternatively, you could use the debugger which will give you the versions for the installed software.Allan