sorttable bug: pre-calculate-values

Instead of having sorttable.sort_numeric do a parseFloat on every sort iteration,
have row_array pre-calculate the values and then sort_numeric just sort them,
which is way faster. Also should be applicable to all other sort methods. Maybe
have two methods for each sort-type: convertNumeric and sortNumeric or similar.
Thanks to Antoine Boivin for the suggestion and example code.

Back to the sorttable bug list

Email me when this bug gets updated: · privacy · powered by ChangeDetection