mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
🎨 Attribute view support sticky layout https://github.com/siyuan-note/siyuan/pull/9617
This commit is contained in:
parent
2802efdfb3
commit
a1ac6fb867
4 changed files with 39 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ type ViewTableColumn struct {
|
|||
|
||||
Wrap bool `json:"wrap"` // 是否换行
|
||||
Hidden bool `json:"hidden"` // 是否隐藏
|
||||
Pin bool `json:"pin"` // 是否固定
|
||||
Width string `json:"width"` // 列宽度
|
||||
Calc *ColumnCalc `json:"calc,omitempty"` // 计算
|
||||
}
|
||||
|
|
@ -562,6 +563,7 @@ type TableColumn struct {
|
|||
Icon string `json:"icon"` // 列图标
|
||||
Wrap bool `json:"wrap"` // 是否换行
|
||||
Hidden bool `json:"hidden"` // 是否隐藏
|
||||
Pin bool `json:"pin"` // 是否固定
|
||||
Width string `json:"width"` // 列宽度
|
||||
Calc *ColumnCalc `json:"calc"` // 计算
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue