Documentation
Quick start
- Add FlowTable Builder to your Webflow workspace (Marketplace or workspace apps)
- Open a Webflow site in the Designer
- Go to Apps → FlowTable Builder
- Click Launch App (not "Launch development App")
- Select a Div Block on the canvas
- Add rows/columns, edit cells, adjust styling
- Click Apply to canvas
Generated structure
Each table uses semantic HTML:
Div Block (responsive host)
└── <table>
├── <thead> → <tr> → <th>
└── <tbody> → <tr> → <td>
Editing existing tables
Select any part of a FlowTable (host div, table, or cell). The app loads existing data. Make changes and click Update table.
Responsive behavior
When "Responsive wrapper" is enabled, the selected Div Block scrolls horizontally on small screens. The table keeps a minimum width so columns stay readable.