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

Fix copied row count #50

Closed robberwick closed 10 years ago

robberwick commented 10 years ago

I had an issue with the row count being reported incorrectly when copying data if I altered the bHeader/bFooter options in my button config.

The existing code seemed not to account for the options passed to the button, so this commit ensures that those options are considered when determining row count to be displayed.

DataTables commented 10 years ago

Nice one - thanks for this!