mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
fix(client): Use number sorting for number columns in Table view
This commit is contained in:
parent
9a95ec170d
commit
b4af8e7339
@ -30,7 +30,8 @@ const labelTypeMappings: Record<ColumnType, Partial<ColumnDefinition>> = {
|
||||
editor: "datetime"
|
||||
},
|
||||
number: {
|
||||
editor: "number"
|
||||
editor: "number",
|
||||
sorter: "number"
|
||||
},
|
||||
time: {
|
||||
editor: "input"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user