I wanted to know what is the default secondary sorting applied to the table when we have a custom sorting filter applied by the user? In my case, I have a table that is fed by GQI query, which has default sorting applied. This all works as expected, however when the user applies a custom sorting from the UI, I can see row positions changing every time when table is refreshed, which looks like there is a secondary sorting applied on the table. In this case I would expect the table to be sorted by the user and then default sorting filter applied, which would keep row positions consistent. From my testing it does not seem to be the case, therefore I would like to understand the logic behind this behaviour. Thanks!
Simonas Akulavicius [DevOps Advocate] Edited question 3 days ago