I want to use buttons extension and place csv and pdf buttons in a different div
I want to use buttons extension and place csv and pdf buttons in a different div
ankur.jain
Posts: 4Questions: 2Answers: 0
Hello Team,
I want to use buttons extension, as of now buttons can be placed near by table, but is there any way wherein I can attach export event to any button placed some where else on the page?
Thanks
Ankur
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I want to achieve something similar to below
https://datatables.net/examples/api/regex.html
but for buttons
You can place the Buttons anywhere you want using the
buttons().container()
method and a little jQuery, but the export functions used by Buttons are not currently publicly exposed.Allan