Invalidate reactive object programmatically

In a webapp it will be updated a table in a SQLite database after a client-side edit of the table.
I'm wonedring if there is a way to invalidate programmatically the reactive object which is based on the database table. I know that i can use reactivePoll, but since i have an exact moment in which i know it will change the dataset, it seems more efficient to invalidate programmatically the object after the update of the database table.

Depending on how effiecient your query is that pulls the table, could you achieve the desired result using invalidateLater and setting the invalidation to happen very frequently?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.