Get DataTables version info

Get DataTables version info

srayner02srayner02 Posts: 15Questions: 0Answers: 0
edited November 2012 in DataTables 1.8
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?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    [code]
    $.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
This discussion has been closed.