Holt59 / datatable

Javascript Plugin for data tables creation
http://holt59.github.io/datatable/
MIT License
108 stars 42 forks source link

do not count a table column as not numeric if it has empty values #11

Closed indra-uolles closed 9 years ago

indra-uolles commented 9 years ago

Right now if I want to sort values in a column that has empty values, e.g. "120", "35", "16.7", "", "73.6" I get a wrong result: "", "120.0", "16.7", "35.0", "73.6" I think many tables in real life have empty values, so it's useful to consider that.