Is there a way to set the position of the Export, PDF button ? (on the rightr of the table, bottom right of the table, ….)
http://www.datatables.net/release-datatables/extras/TableTools/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to move entire table tools toolbar move T letter in the initialization. Example that pushes entire toolbar at the end is:
You cannot reconfigure DataTables to move only pdf button, but you can use standard JQuery to take button with class “DTTT_button_pdf” to some new position. Probably something like:
In this example, newPosition is an id of the element where you an to place pdf button.