mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
b46100b29c
commit
f575036b6e
5 changed files with 5 additions and 3 deletions
|
|
@ -67,7 +67,6 @@ type Table struct {
|
|||
type TableColumn struct {
|
||||
*BaseInstanceField
|
||||
|
||||
Wrap bool `json:"wrap"` // 是否换行
|
||||
Pin bool `json:"pin"` // 是否固定
|
||||
Width string `json:"width"` // 列宽度
|
||||
Calc *ColumnCalc `json:"calc"` // 计算
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue