The premade table component has a bug when sorting by ascending <> descending on a Currency column type.
It does not sort based on the Currency value, it is sorting based on the length of the string, please see screenshot.
The premade table component has a bug when sorting by ascending <> descending on a Currency column type.
It does not sort based on the Currency value, it is sorting based on the length of the string, please see screenshot.
It looks like the table is sorting the data as a string. You will need to make sure your data comes back as a number instead for proper sorting.