I'm using PrimeVue 3.11.1 with Vue 3.
I have a data table that is using lazy loading and when I reload the dataset I need to clear any sorting that was previously used.
I'm using resetPage which is clearing the paging, and the lazy params are being reset, but I cannot clear the sorted column.