I have a column that contains addresses which may or may not start with a number. So in some cases I want to sort the column numerically and in other cases sort it textually. In the documentation I see an onSortCol event, which says “If this event return 'stop' the sort processing is stopped and you can define your own custom sorting” which looks like exactly what I need. Question is how do I plug in my own sorting algorithm?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top