Actually, I call a RG for a list of users where I set the sorting as random. Once the list is completely displayed, by clicking a on a button, I want to display the same list but with a new random sorting.
Now, when I do a display data the random sorting still the same as the first one.
There is a way to refresh/reset the random sorting without page reload ?
If this can help some bubblers, I found a workaround :
Associated random numbers at page load with the Users list. If I use only this, if a User A clicks and goes to the next RG list, it also do it for all users that are on the app at the same time.
I created a custom state with the random numbers list that I created in the first step. I use this custim state to go to the next RG list.