mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-04 13:15:57 +08:00
feat(components): Column settings support fixed columns.
This commit is contained in:
5
src/typings/app.d.ts
vendored
5
src/typings/app.d.ts
vendored
@@ -578,6 +578,11 @@ declare namespace App {
|
||||
};
|
||||
datatable: {
|
||||
itemCount: string;
|
||||
fixed: {
|
||||
left: string;
|
||||
right: string;
|
||||
unFixed: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user