right version

right version

rosemaerosemae Posts: 5Questions: 0Answers: 0
edited December 2009 in General
How will I be able to see the version of datatable i am using?
Thanks.

Replies

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin
    Hi rosemae,

    There isn't a way to see this in the GUI (since the end user would never need to know this), but you can check yourself by looking at the source file (for example: http://datatables.net/release-datatables/media/js/jquery.dataTables.js ). You'll see that there is a "version" line which includes the version number.

    Programatically there is a variable with this information: $.fn.dataTableExt.sVersion , although I think this was only added around 1.5.2 (ish).

    Regards,
    Allan
This discussion has been closed.