Get DataTables version info
Get DataTables version info
srayner02
Posts: 15Questions: 0Answers: 0
Is there a way to get the datatables version number?
I see there is a static function to check if the version meets a specified number, but how do i get the actual version number?
I see there is a static function to check if the version meets a specified number, but how do i get the actual version number?
This discussion has been closed.
Replies
$.fn.dataTable.version
[/code]
will get you the version. Its documented in the API docs here: http://datatables.net/docs/DataTables/1.9.4/#version - but not on the main site :-(. I'll get that sorted out :-)
Allan