I have a number of different custom renderers.
How can i sort based on the data rendered in the column?
When i click sort, none of the columns data changes but data in other rows does move.
Here is the easiest example to look at as some of the other ones are a lot more complex:
I recommend checking the Default compare functions (sorting different kinds of data) from this tutorial https://handsontable.com/docs/8.0.0/demo-sorting.html It allows you to provide your own way of data comparison.
As some entries do not have an amount which causes the page to break with a js error, so this line is commented out.
If the line is commented out, the data will not sort.
If the line is not commented out, and all of the data does have an amount, it does work.
If there any way of sorting by the data that has been rendered in the column instead of sorting by the data source?