How to dynamically change content of elements with respect to the database ?

I have a website wherein I have some elements which fetch data from wix database. I want to change the content of those elements as data changes in the database. In normal case, the user is supposed to reload the page to acknowledge the change in the elements and therefore acknowledge the change in database. In my case, I want the changes to be reflected as soon as data changes in the database.

1 Like