Customising TableTools Buttons
Customising TableTools Buttons
Hi!
I'm attempting to integrate Datatables with TableTools into an internal site I'm developing. I'd like to replace the table tools buttons with ones that fit in with the theme of my site and are located on the site's taskbar far away from the datatable. I'm thinking it's easiest to just hide the tabletools buttons and have my buttons activate the click event on each one, however I'm not entirely sure how to activate click events on flash objects. Any help would be appreciated!
Thanks!
I'm attempting to integrate Datatables with TableTools into an internal site I'm developing. I'd like to replace the table tools buttons with ones that fit in with the theme of my site and are located on the site's taskbar far away from the datatable. I'm thinking it's easiest to just hide the tabletools buttons and have my buttons activate the click event on each one, however I'm not entirely sure how to activate click events on flash objects. Any help would be appreciated!
Thanks!
This discussion has been closed.
Replies
I edited the tabletools.js file to give the buttons id's, i can now trigger click event's on them with ease.
I want to use a drop-down list to activate TableTools buttons. Could you please share how you did it?