mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-14 10:04:24 +08:00
feat(components): Column settings support fixed columns.
This commit is contained in:
1
src/typings/naive-ui.d.ts
vendored
1
src/typings/naive-ui.d.ts
vendored
@@ -7,6 +7,7 @@ declare namespace NaiveUI {
|
||||
type DataTableSelectionColumn<T> = import('naive-ui').DataTableSelectionColumn<T>;
|
||||
type TableColumnGroup<T> = import('naive-ui/es/data-table/src/interface').TableColumnGroup<T>;
|
||||
type TableColumnCheck = import('@sa/hooks').TableColumnCheck;
|
||||
type TableColumnFixed = import('@sa/hooks').TableColumnCheck['fixed'];
|
||||
|
||||
type SetTableColumnKey<C, T> = Omit<C, 'key'> & { key: keyof T | (string & {}) };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user