Hi Experts,
we have a request to implement an own sort-button next to the possibilities to sort entries in POWL by clicking on column header. So i've implemented a new action and within the HANDLE_ACTION Method I sort the entries in result_tab with an own alphabet.
So now I have the problem that if the user has clicked on a column to sort the entries and after that the user clicks on my own button my logic is running but after that the already sorted table is resorted by the column the user had clicked before. I am looking for a solution to reset all sorts the user has potentially made. In general sortation by clicking on columns should not be prohibited. But my own sortation has to be the leading. Are there any ways to do that?
Thanks in advance and best wishes,
Martin