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

Add new own tab function to the TableTools #89

Closed Alkasih closed 9 years ago

Alkasih commented 9 years ago

I find that the tab-button is generated by action-script code. That's not a problem. But can I create new tab-button for my own functionality? How to link the action then? Thanks in advance

MrGeneric commented 9 years ago

Hi Alkasih, The DataTables forums is the place for questions like this, you're more likely to get help there. This Github is used for tracking bugs.

DataTables commented 9 years ago

Yes, you can use the fnClick option of the buttons to perform whatever custom action you want. This is in the documentation here: http://datatables.net/extensions/tabletools/button_options#fnClick .

As @MrGeneric says, please post support questions in the DataTables forums in future.