What does TableTools::fnSelectAll do?
What does TableTools::fnSelectAll do?
koosvdkolk
Posts: 169Questions: 0Answers: 0
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
According to the code (function _fnRowSelect):
[code]
for ( i=0, len=data.length ; i
This discussion has been closed.
Replies
Allan