There isn't really a way of activating the click functionality of the buttons in TableTools at the moment. This is in part due to the fact that the Flash buttons are activated through Flash and you can't do that programmatically since it's a security flaw that Adobe addressed in Flash 10. The non-Flash buttons though can be activated with $({button element selector}).click();
Replies
Allan
It works !!!!!!