Export Options Card
Export settings card with format radio rows, a current view versus all rows scope choice, a headers toggle, and a button that labels the exact row count and format.
Export settings card with format radio rows, a current view versus all rows scope choice, a headers toggle, and a button that labels the exact row count and format.
Search blocks by description or jump to a page.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Export Options Card is a compact settings card with four format radio rows (CSV comma-separated UTF-8, XLSX Excel workbook one sheet, PDF formatted table A4 landscape, JSON array of row objects), a scope radio pair distinguishing Current view at 142 rows from All rows at 14,830 rows, and an Include column headers Switch. The export button echoes the live selection: Export 142 rows as CSV. The footer note tells avery@acme.com that exports arrive by email within minutes rather than requiring a 30-day data request.
Format and scope options are typed const arrays; the row count derives from a find on the scope selection so the button label stays accurate. The 30-day contrast is the sentence that convinces the user to trust the faster path rather than filing a manual data request.
Reach for this block in an export flow triggered from a report or table action, wired to your async export job and email delivery service. Scope counts should come from the same query the table used.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the end-of-report export form. Other export cards:
Tip: echo the exact row count and format in the button label so the user knows exactly what they are about to download before clicking.