Title: json dynamic data
Last modified: April 19, 2018

---

# json dynamic data

 *  Resolved [lvalics](https://wordpress.org/support/users/lvalics/)
 * (@lvalics)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/)
 * I have a situation. I have a client who have JSON data but he need to update 
   on the fly from the JSON URL, not to add to table and show it. Can be modified
   your module to do this?
    So I add a new JSON URL into tablepress, save it, map
   it, then on next call from frontend to show the JSON URL data.

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10198357)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * No, sorry, that’s not automatically possible with TablePress.
 * Regards,
    Tobias
 *  Thread Starter [lvalics](https://wordpress.org/support/users/lvalics/)
 * (@lvalics)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10199631)
 * And it is hard after your consideration to modify it? I would like to do it and
   then share to you, just need some guidance.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10199775)
 * Hi,
 * live updating would be rather difficult (unless you don’t care about TablePress
   saving the data or the editing function), but maybe the periodic import that 
   the TablePress Extension from [https://tablepress.org/extensions/table-auto-import/](https://tablepress.org/extensions/table-auto-import/)
   offers can help.
 * Regards,
    Tobias
 *  Thread Starter [lvalics](https://wordpress.org/support/users/lvalics/)
 * (@lvalics)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10200946)
 * I need live data from a webservices. But of course I will not care how data is
   saved in tablepress for now. The client use your software, this is why I will
   need to go with your software. TX anyway.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10202732)
 * Hi,
 * I see. Then, using plugin filter hooks like `tablepress_table_render_data` might
   be the best choice. There, you could simply replace the dummy data with your 
   own (e.g. from an API call).
 * Regards,
    Tobias

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

The topic ‘json dynamic data’ 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

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [json](https://wordpress.org/support/topic-tag/json/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/json-dynamic-data/#post-10202732)
 * Status: resolved