You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the display format of a column containing REAL values to printf('%.2f', "Price"). Clicking the column header to sort the table by the REAL values provides mixed ordering of values.
What did you expect to see?
I expected that changing the display format has no impact to the sort order of the column.
What did you see instead?
The sort order is unordered regarding to REAL values.