How to check my DataTables version ?
How to check my DataTables version ?
jjgg
Posts: 4Questions: 2Answers: 0
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.
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