Title: Creating another CSV DataTable Button
Last modified: September 24, 2016

---

# Creating another CSV DataTable Button

 *  Resolved [sjsperry](https://wordpress.org/support/users/sjsperry/)
 * (@sjsperry)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/creating-another-csv-datatable-button/)
 * Hi Tobias,
    It’s a great plugin with well organized code. I’ve made a donation
   to show my appreciation.
 * I’m using [https://tablepress.org/extensions/datatables-buttons/](https://tablepress.org/extensions/datatables-buttons/)
   and would like to make my own custom button to save the table as a csv file.
 * Can you tell me what I have to do to mimic the behavior you have created for 
   a button?
 * Your button:
    `<div class="dt-buttons"><a class="dt-button buttons-csv buttons-
   html5" tabindex="0" aria-controls="tablepress-1"><span>CSV</span></a></div>`
 * My button:
    `<a href="official.csv"><h2 class="about-title button download>Download
   Full List</h2></a>`
    -  This topic was modified 9 years, 6 months ago by [sjsperry](https://wordpress.org/support/users/sjsperry/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/creating-another-csv-datatable-button/#post-8222258)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * From what I can see, you’d simply have to copy/paste the necessary HTML classes
   and apply those to your HTML code for a link, i.e. something like
    `<div class
   ="dt-buttons"><a class="dt-button" href="official.csv">Download Full List</a>
   </div>`
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Creating another CSV DataTable Button’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [csv](https://wordpress.org/support/topic-tag/csv/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/creating-another-csv-datatable-button/#post-8222258)
 * Status: resolved