mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
fix(client): Use number sorting for number columns in Table view (#7094)
This commit is contained in:
commit
82df26031f
@ -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