How do I acquire the TableTools version number?

How do I acquire the TableTools version number?

Ronald_ColeRonald_Cole Posts: 1Questions: 0Answers: 0
edited January 2014 in TableTools
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.

Replies

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