How do I acquire the TableTools version number?
How do I acquire the TableTools version number?
Ronald_Cole
Posts: 1Questions: 0Answers: 0
How do I get the version number of the TableTools library to stuff into a span? $('#tabletools').text(TableTools.version) didn't work for me.
This discussion has been closed.
Replies
var version = $.fn.dataTables.TableTools.VERSION || $.fn.dataTables.TableTools.version;
[/code]
The resin for the two parameters is that I standardised on a lowercase `version` in the latest plug-ins.
Allan