frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 164 forks source link

Sort of un-padded integers #3

Closed agritheory closed 6 years ago

agritheory commented 6 years ago

integer_sort

Not sure how to solve this but I thought I'd bring it up.

netchampfaris commented 6 years ago

I am not sure if they should be padded or not

agritheory commented 6 years ago

I think I misstated the problem: these are numbers and should be sorted numerically in the index column, not alphabetically. In the latest demo it does correctly sort numerical values and the filter is gone from the index row. I think you've solved the problem but maybe differently than I was thinking.