Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1c244bc

Browse files
committed
chore(DataTable): broaden type of table row to any
1 parent 18b9a7b commit 1c244bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tables/DataTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface TableColumn {
1919
[key: string]: any;
2020
}
2121
22-
type TableRow = Record<string, any>;
22+
type TableRow = any;
2323
2424
export interface SortColumn {
2525
column?: string;

0 commit comments

Comments
 (0)