What does TableTools::fnSelectAll do?

What does TableTools::fnSelectAll do?

koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
edited July 2013 in General
According to the manual http://datatables.net/extras/tabletools/api: Select all rows in the table.

According to the code (function _fnRowSelect):

[code]
for ( i=0, len=data.length ; i

Replies

  • allanallan Posts: 63,514Questions: 1Answers: 10,472 Site admin
    The latest TableTools allows all rows, or filtered rows to be selected: https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js#L407

    Allan
This discussion has been closed.