Title: Table tools placement
Last modified: October 25, 2022

---

# Table tools placement

 *  Resolved [robis535](https://wordpress.org/support/users/robis535/)
 * (@robis535)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/table-tools-placement/)
 * Hello!
    I was wondering how can I place the TableTools on the bottom rather than
   on top of the table?

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpDataTables](https://wordpress.org/support/users/wpdatatables/)
 * (@wpdatatables)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/table-tools-placement/#post-16132165)
 * Hi there.
 * At the moment, this can only be achieved by amending the code. Please access ../
   wp-content/plugins/wpdatatables/source/class.wpdatatable.php file and look for
   this:
 * `BT<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}{$pagination}`
 * “BT” represents Table Tools, so if you move it in between {$infoBlock} and {$
   pagination} it should move the Table Tools below the table.
 * Like this:
 * `<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}BT{$pagination}`
 * We’ll work on a more elegant solution in the future, but at the moment, this 
   is the only way.
 * Kind regards

Viewing 1 replies (of 1 total)

The topic ‘Table tools placement’ is closed to new replies.

 * ![](https://ps.w.org/wpdatatables/assets/icon-128x128.gif?rev=3010404)
 * [wpDataTables - WordPress Data Table, Dynamic Tables & Table Charts Plugin](https://wordpress.org/plugins/wpdatatables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdatatables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdatatables/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdatatables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdatatables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdatatables/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpDataTables](https://wordpress.org/support/users/wpdatatables/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/table-tools-placement/#post-16132165)
 * Status: resolved