Embed Tables

Share and embed
Share or embed your table

Embed a table view on any website using an iframe. External users can view (and optionally edit) data without needing a TinyCommand account.

Embed URL

https://app.tinycommand.com/embed?type=table&id=YOUR_TABLE_ID

Setting up

  1. Open your table
  2. Click ShareEmbed
  3. Configure permissions (view-only or editable)
  4. Copy the embed code
  5. Paste into your website's HTML

Configuration

SettingDescription
ViewWhich view to embed (Grid, Kanban, Calendar, etc.)
PermissionsView-only or allow editing
Height/WidthIframe dimensions
FiltersPre-apply filters to limit visible data

Communication

The embed uses postMessage for communication between the iframe and the parent page. This enables:

  • Syncing user context
  • Passing filters from the parent page
  • Receiving events when data changes

Use cases

  • Client portal: share project status with clients
  • Public database: community directory, resource list
  • Internal dashboard: embed in an intranet page
  • Documentation: show live data in help articles
Note

Embedded tables respect the sharing permissions you set. View-only embeds prevent any data modification. Editable embeds require appropriate access controls.