How hide Dataview table under details/spoiler or other? #1732
-
I need to collapse the table. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Embed the dataview query inside a collapsed callout:
The code above will create a callout titled "Callout" that is collapsed by default. You can replace the callout type, but the Replacing the |
Beta Was this translation helpful? Give feedback.
-
The callout option is probably the closest to what I want. I mostly just want to save some space, and the collapsible heading is built in already. |
Beta Was this translation helpful? Give feedback.
Embed the dataview query inside a collapsed callout:
The code above will create a callout titled "Callout" that is collapsed by default. You can replace the callout type, but the
-
at the end tells it to hide the contents.Replacing the
-
with+
will make a collapsible callout that is expanded by default.