• Resolved lvalics

    (@lvalics)


    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 TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, that’s not automatically possible with TablePress.

    Regards,
    Tobias

    Thread Starter lvalics

    (@lvalics)

    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 TobiasBg

    (@tobiasbg)

    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/ offers can help.

    Regards,
    Tobias

    Thread Starter lvalics

    (@lvalics)

    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 TobiasBg

    (@tobiasbg)

    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.