Greetings,
When I insert an item into the SQL table that is shown in a Continuous Scroll component, I manually reset the PageNumber variable so that the paginator starts at the beginning of the table. In other words, the newest item is shown on top of the rest, which is what I want.
Currently though, when the user scrolls down and quite a few items are loaded, the application has to clear and get them all from the beginning just to show that one inserted item, which is not an efficient method. This is an even bigger problem when I just want to update one particular value of an item which is already loaded into the component before.
How can I implement such a refresh mechanism?
Kind Regards.