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).
Replies
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