mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
478 stars 27 forks source link

Number fields don't sort correctly in table view #560

Closed scatterlogical closed 4 months ago

scatterlogical commented 5 months ago

Number fields are sorting as string types, ie: 1,2,22,3,320,4 etc. rather than sequentially. I assume this is down to javascript's ridiculous dafault sort function. Additionally, I am unable to correct this with a custom filter function, as the 'current' parameter doesn't supply valid objects from the table view.

mdelobelle commented 5 months ago

Number fields are sorting as string types

will be fixed in the next version