I have created a custom validator for set a rule that the start value <= end value.
But after I sort the table, the value taken for comparison is wrong (old value before sorting). See this jsfiddle
http://jsfiddle.net/xwcbcfcj/28/
Am I missing anything ? or is this a known issue with handsontable ?