Portaler
[UTable] How to disable clientside sorting when using serverside driven data
Hello All!
I've got a UTable that uses reactive
Ref<RowType>
for it's rows.. so it ends up requerying when there are changes to sort. It's working in that it triggers the query to serverside with the proper sort updates, but it sorts twice.. first it sorts on the client with the data from the current page.. and then it comes back with results from the server which are properly sorted (across pages not just clientside current page).4 replies