You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause seems to be that on my machine with German locale, the storage data from the CSV is imported with comma (",") as a decimal separator, and DataTables cannot properly sort that by default. I fixed that for me by setting the DataTables language.decimal option to ",".
Would be great if there was a way to automatically detect the current locale and set that value automatically.
Sorting by Storage, descending, current behavior:
Expected behavior:
293,9 gb > 72,3 gb > 50,9 gb > 49,5 gb > 38,3 gb > 33,7 gb etc.
I.e. do not sort lexicographically/alphabetically, but numerically.
Thank you!
┆Issue is synchronized with this Wrike task by Unito
The text was updated successfully, but these errors were encountered: