DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

Fixes selection of single rows by index instead of node #68

Closed SaphuA closed 9 years ago

SaphuA commented 9 years ago

Selecting rows using an index only worked with arrays, not using a single integer as parameter. This should fix that.

DataTables commented 9 years ago

2,981 additions, 3,188 deletions not shown

Wow! Is that an artefact, or did you actually change all of those lines? If not, what are the required changes? Note that for a pull request to be accepted, the changes should be in src.

SaphuA commented 9 years ago

First time using git, let me try that again ;) Also made another small fix.

SaphuA commented 9 years ago

Done: https://github.com/DataTables/TableTools/pull/69