Hi Maxime . To refresh a dataset you can simply use $(‘#yourdataset’).refresh() , however you need to place this inside of onChange event on wixLocation just like this wixLocation . onChange (( location ) => { $(‘#yourdataset’).refresh() ;}).
This code should go inside onReady.
Thank you