feat(components): Column settings support fixed columns.

This commit is contained in:
xlsea
2025-12-31 11:58:10 +08:00
committed by Soybean
parent 232e1ac40d
commit 706586439d
7 changed files with 67 additions and 12 deletions

View File

@@ -578,6 +578,11 @@ declare namespace App {
};
datatable: {
itemCount: string;
fixed: {
left: string;
right: string;
unFixed: string;
};
};
};