mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Add database table view checkbox column type https://github.com/siyuan-note/siyuan/issues/9667
This commit is contained in:
parent
16727cd8af
commit
0359f96c64
5 changed files with 90 additions and 2 deletions
|
@ -43,4 +43,6 @@ const (
|
|||
FilterOperatorEndsWith FilterOperator = "Ends with"
|
||||
FilterOperatorIsBetween FilterOperator = "Is between"
|
||||
FilterOperatorIsRelativeToToday FilterOperator = "Is relative to today"
|
||||
FilterOperatorIsTrue FilterOperator = "Is true"
|
||||
FilterOperatorIsFalse FilterOperator = "Is false"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue