Open
Description
Feature Description
right now you can only change the sort start, not the actual direction, which require us to do dirty hacks to do it, for example to change from asc to desc we call sort twice, which generate two https calls, we need to add debouncetime in the http call to prevent this, but there are other scenarios
Use Case
it will simplify changing sort programmatically, since now it's only doable to go from asc to desc to unsorted