Add button

Add button

jromagosjromagos Posts: 1Questions: 0Answers: 0
edited December 2011 in General
It's possible to add a button in a header section and this redirects to another webpage.

Replies

  • John ArcherJohn Archer Posts: 56Questions: 1Answers: 0
    Hi!

    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.
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    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

    Allan
This discussion has been closed.