mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix(client): Use number sorting for number columns in Table view (#7094)
This commit is contained in:
@@ -30,7 +30,8 @@ const labelTypeMappings: Record<ColumnType, Partial<ColumnDefinition>> = {
|
||||
editor: "datetime"
|
||||
},
|
||||
number: {
|
||||
editor: "number"
|
||||
editor: "number",
|
||||
sorter: "number"
|
||||
},
|
||||
time: {
|
||||
editor: "input"
|
||||
|
||||
Reference in New Issue
Block a user