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
Maybe this is related... I have a column with 15 mins, 8.1 hours, 2.3 days, and 5.5 days. It gets sorted in alphanumeric order (15 mins, 2.3 days, 5.5 days, 8.1 hours). Of course even numerical order would not be correct. Is there some way to specify a custom sort function for a particular column?
Describe the bug
Negative numbers sorts like they are positive
i'm using vue.js
html table:
DataTable creation:
in result i get this:
i've tried:
data-type="number"
,data-content
and setting only numbers insidetd
,numeric
for whole tabletd
value inparseFloat
item examle:
The text was updated successfully, but these errors were encountered: