Complete rules and formatting for print and export modes in Calcs.com templates
filterSheetWidgets.tsx
. There are currently 3 print modes, each with specific rules and logic.
"remote"
widgets and widgets with "hidden": true
are never exported in any mode."input"
, "lookup"
, and "comment"
)"image"
widgets"diagram"
widgets"table"
widgets where "showInSummary": true
"computed"
widgets where either:
"showInSummary": true
, orlen("checks") > 0
"section"
widgets containing at least one other printable widget"computed"
widgets where "showInSummary": false
and len("checks") == 0
"table"
widgets where "showInSummary": false
"showInSuperSummary": true
"showInSuperSummary": true
"referenceId": "members"
"computed"
widgets in the first section of the JSON file where either:
"showInSummary": true
, orlen("checks") > 0