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

_fnSelectData should accept single integers as well #69

Closed SaphuA closed 9 years ago

SaphuA commented 9 years ago

When trying to select a row by index using fnSelect it would not work. This was due to _fnSelectData not accepting a single integer as parameter.

Edit: I removed my other pull request as it was not commited properly and not in /src/. This one should work!

SaphuA commented 9 years ago

Any reason this isn't accepted yet? Something that has to be done on my side?

DataTables commented 9 years ago

Sorry - I've simply not had time to try the change out yet and test it. It looks fine, but I need to test it before I pull it in.

Also, can you confirm that you are happy for this change to be released under the current MIT license.

SaphuA commented 9 years ago

No worries, just thought I did something wrong ;)

You can release it under any license you want!

DataTables commented 9 years ago

Looks good - thanks for this!