first of all, congratulations on the successful extension of Baserow with the application builder. I like it very much (same as Baserow).
For a project I am involved in I am updating lot of data on Baserow tables in the background using Baserow APIs. Those updates of data appear immediately on Baserow table, but not on table element implemented in an application builder page.
I have seen, this has already been requested by ailead (see below), but I am wondering whether there is a best practice workaround to somehow surround this for the time being. Has someone made good experiences with that?
Meanwhile, you can use a workaround using an iframe, but it might not offer the best possible performance. The iFrame contains a piece of JS that executes a function every second. This function must check if the page needs to be refreshed for new data.
Another alternative is implementing a websocket in JS and embed this in an iframe.
thanks a lot for your fast reply and the info around the issue with this feature. Do you know, whether there is something in discussion when this feature can be expected?
I will try to look for the workaround you proposed.