Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit be0b2e9

Browse files
committed
sortingFn basic
1 parent 1df4f49 commit be0b2e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const defaultColumn: Partial<ColumnDef<RowDataType>> = {
5050
cell: DefaultCell,
5151
header: DefaultHeader,
5252
enableResizing: true,
53+
sortingFn: "basic",
5354
};
5455

5556
/**

src/stateManagement/data/handlers/UpdateCellHandlerAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { MetadataColumns, UpdateRowOptions } from "helpers/Constants";
55
import { moveFile, updateRowFileProxy } from "helpers/VaultManagement";
66
import { Literal } from "obsidian-dataview";
77
import { DateTime } from "luxon";
8-
import NoteInfo from "services/NoteInfo";
98
import { AbstractTableAction } from "stateManagement/AbstractTableAction";
109

1110
export default class UpdateCellHandlerAction extends AbstractTableAction<DataState> {

0 commit comments

Comments
 (0)