The sorting function on interactive tables is great…but if I am not displaying the numerical ID column there is no way for the operator to reset the sort without changing pages.
It would be great to have a little “Back to Default” button in the corner of the table.
Curious if reloading the step would fix this, or some other button trigger logic, as a workaround.
I have tried a few things:
First I used a button that would complete the app and go back to the same step…this would reset the variables to default but not the table sort.
My second attempt was to use the same button but I had to cancel the app and return to a dummy step. The dummy step on enter trigger would then push back to the original step and the table would be reset. It works, but is not ideal.
The reset by navigation logic is not too consistent, and I think it is not relevant if you restart the app.
Ich you navigate to any other step and then navigate back, by user action (button click), the sorting will reset.
If you navigate to the current step itself, or another step, that as an on step enter navigation to your current step, it will not refresh.
So an active user interaction to this step seems to be needed. This is not an acceptable workaround. Also all step level triggers would fire.