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

to allow for oSkipColumns and oFilterColumns, to load by webpack #110

Closed diclophis closed 7 years ago

diclophis commented 7 years ago

This adds patches to allow 2 new things

  1. to allow for oSkipColumns and oFilterColumns
  2. to load by webpack
DataTables commented 7 years ago

Thanks for the pull request, however, TableTools is no longer being developed, having been replaced by the Buttons extension for DataTables. The columns option for the export buttons in the new library should do what you are looking to do here.

diclophis commented 7 years ago

Ok, thanks for the quick reply