Title: Some Data Customization through Tablepress
Last modified: September 1, 2020

---

# Some Data Customization through Tablepress

 *  Resolved [nirnaya](https://wordpress.org/support/users/nirnaya/)
 * (@nirnaya)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/some-data-customization-through-tablepress/)
 * Hello,
 * I want some data customization while fetching the values from tables , though
   it is not possible to do from Tablepress directly, so I’m thinking if I can get
   tablepress tables location/tables names in database then I can do modification
   through Jquery.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/some-data-customization-through-tablepress/#post-13347046)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m not sure how jQuery would help here, as it can’t directly access the database.
   Also, I don’t recommend working directly with the raw database data. Instead,
   you could use plugin filter hooks like `tablepress_cell_content` (see [the code](https://github.com/TobiasBg/TablePress/blob/6383ba8d874e256b7f39f73719de9b57f8409ae3/classes/class-render.php#L578))
   in some custom PHP code here.
 * Regards,
    Tobias
 *  Thread Starter [nirnaya](https://wordpress.org/support/users/nirnaya/)
 * (@nirnaya)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/some-data-customization-through-tablepress/#post-13348147)
 * ok thnx, I will use it,but how to show it on html table?plz I need help this 
   little bit help too.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/some-data-customization-through-tablepress/#post-13349637)
 * Hi,
 * you will need to write a small custom plugin for this, e.g. with the help from
   [https://developer.wordpress.org/plugins/hooks/filters/](https://developer.wordpress.org/plugins/hooks/filters/)
 * What exactly are you trying to customize?
 * Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Some Data Customization through Tablepress’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/some-data-customization-through-tablepress/#post-13349637)
 * Status: resolved