Files
homebox/frontend
Michael Manganiello 8493ec0c90 fix: Table sorting for ID and date columns (#802)
The usage of `parseFloat` was breaking the sorting of ID and date
columns in the table.

This is because `parseFloat("000-123")` returns `0` instead of `123` or
`NaN`, and `parseFloat("2025-01-02T03:04:05.678Z")` returns `2025`.

Replacing `parseFloat` with `Number` fixes the issue, as now the values
received for Asset ID and date columns will correctly return `NaN`, and
end up being sorted as strings.
2025-06-22 23:45:33 +00:00
..
2025-06-13 09:29:33 +01:00
2025-06-13 09:29:33 +01:00
2025-06-13 09:29:33 +01:00
2025-05-08 12:48:31 +00:00
2025-06-20 11:23:44 -04:00
2024-03-01 09:08:14 -09:00
2025-05-08 12:48:31 +00:00
2025-04-20 08:58:03 +01:00
2025-04-11 11:02:49 +01:00
2025-05-29 12:56:30 +00:00
2025-05-08 12:48:31 +00:00
2025-05-08 12:48:31 +00:00
2025-05-25 15:41:59 +01:00
2022-09-01 14:32:03 -08:00