Modified columns are not (re)sorted in tableview

First, I’m not sure if this belong to bug report or feature requests.
But as Friday is bug report day for me, I choose to report this issue here :? .

Say you have a tableview sorted by a column, the user edit one record, changing column from ‘Aaaaa’ to ‘Zaaaa’ messing our beautifully ordered table.
At first, we expected that servoy would automatically do the sort, but to no avail, and this is the issue. As you probably know it, we -swiss people- like order :lol: , so we want to resort our table view. Using the current sort columns, choosed by the user.
And you know the rest, it is not possible now, because we do not get the function getSortColumns for neither the foundset nor the controller (it exists only for portals).
Here comes the feature request part:
Please servoy team, can you provide us with the function getSortColumns([foundset or controller]) in order that us -obsessed swiss people- can attain a climax by restoring a neat sort order that was messed by our typical user?

To be serious again, this should not be too difficult, as the sort order is already accessible trough the sort icon in the toolbar. We just want to access this information. :wink: