This commit is contained in:
Vanessa 2023-11-14 12:58:45 +08:00
parent 092c58f629
commit 70e6a3182d
23 changed files with 382 additions and 136 deletions

View file

@ -27,6 +27,7 @@ type TOperation =
| "updateAttrViewColTemplate"
| "sortAttrViewRow"
| "sortAttrViewCol"
| "setAttrViewColPin"
| "setAttrViewColHidden"
| "setAttrViewColWrap"
| "setAttrViewColWidth"
@ -1029,11 +1030,12 @@ interface IAVSort {
}
interface IAVColumn {
width: number,
width: string,
icon: string,
id: string,
name: string,
wrap: boolean,
pin: boolean,
hidden: boolean,
type: TAVCol,
numberFormat: string,