Title: Developer Hooks for Updating Table Data
Last modified: June 6, 2025

---

# Developer Hooks for Updating Table Data

 *  Resolved [coltonhashmt](https://wordpress.org/support/users/coltonhashmt/)
 * (@coltonhashmt)
 * [1 year ago](https://wordpress.org/support/topic/developer-hooks-for-updating-table-data/)
 * Hi, thank you for maintaining this great plugin!
 * I am managing a website with many users who update important information on different
   tables, using Ninja Tables. I am wondering if there are any developer hooks for
   Ninja Tables, specifically for when data is updated in Ninja Tables?
 * I would like to run a script when information in Ninja Tables is updated, calling
   a log function with the Simple History Plugin, so that I can see a log of what
   users update information in a table.
 * There are a number of 3rd party plugins that have built in support for the Simple
   History Plugin, so this is something that the Ninja Tables developer team could
   consider.
 * [https://wordpress.org/plugins/simple-history/](https://wordpress.org/plugins/simple-history/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [Syed Numan](https://wordpress.org/support/users/annuman/)
 * (@annuman)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/developer-hooks-for-updating-table-data/#post-18524333)
 * Hello [@coltonhashmt](https://wordpress.org/support/users/coltonhashmt/),
 * Yes, Ninja Tables provides a developer hook that you can use to run custom actions
   when a table row is updated. Here’s the hook:
 *     ```wp-block-code
       add_action('ninja_table_after_update_item', function($itemId, $tableId, $attributes) {    // code..}, 10, 3);
       ```
   
 * This action fires right after a row is updated in any table.
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Developer Hooks for Updating Table Data’ is closed to new replies.

 * ![](https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=3337819)
 * [Ninja Tables – Easy Data Table Builder](https://wordpress.org/plugins/ninja-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ninja-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ninja-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/ninja-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ninja-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ninja-tables/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Syed Numan](https://wordpress.org/support/users/annuman/)
 * Last activity: [11 months, 2 weeks ago](https://wordpress.org/support/topic/developer-hooks-for-updating-table-data/#post-18524333)
 * Status: resolved