We add buttons through jQuery methods like wrap. What you do, when the button is clicked (call another website, clear search strings, ...) is up to you. So, yes, it's possible.
TableTools is useful for buttons, or you can insert your own using a method like this: http://datatables.net/release-datatables/examples/advanced_init/dom_toolbar.html .
Ultimately you could also write a feature plug-in that would insert your buttons. Its actually fairly easy to do as you will see in this blog post: http://datatables.net/blog/Creating_feature_plug-ins
Replies
We add buttons through jQuery methods like wrap. What you do, when the button is clicked (call another website, clear search strings, ...) is up to you. So, yes, it's possible.
Ultimately you could also write a feature plug-in that would insert your buttons. Its actually fairly easy to do as you will see in this blog post: http://datatables.net/blog/Creating_feature_plug-ins
Allan