I am using a table and I realised that my table does not update quickly. I need to reload the page.
I am doing some tasks on backend. I know that clientside is then not updated as fast as if I was doing my actions within frontend workflows. But the actions within the backend is quite small currently, just adding 3 records.
And most important, I created a RG and let everything else similar, and now the date within the RG updates almost instantaneously (at least I don’t need any refresh).
So it seems that table and RG don’t follow the same rules with regards to DB updates.
Any clue on how I should handle this so that my table updates the same way as RG?
Thanks!