Hi, I have a table with a column that uses valueMapping. Now I want to sort by the mapped value (i.e. the “targetColumn”, the value that is shown in the table and comes from another datasource).
Using the sorting property for this column, the rows are sorted, but according to the original value (the “column” value in the valueMapping) not the mapped value.
Can I somehow sort by the mapped value instead?
Thanks a lot for your help!