When we click on date column for sorting is not working, we are using custom editor for date
How to resolve this problem?
Sorting not working on Date column
Sorting will work with date cell type if all of the other columns has set their types, you can read more about it and see example here: https://handsontable.com/docs/javascript-data-grid/row-sorting/#default-compare-functions-sorting-different-kinds-of-data
other columns has set their types still is not working, other column sorting is working but date type column is not working…
I see, please share the minified demo showing your issue so we can see where the problem lies.