The Advanced Table Builder is a Bubble.io plugin that uses the powerful [Tabulator.js](
http://tabulator.info/) library to create fully customizable, interactive, and responsive tables inside your Bubble applications. It supports:
* Dynamic columns and rows (via JSON)
* Toggleable sorting
* Optional inline editing
* Optional scrollbar
It's perfect for admin panels, dashboards, CMS tables, or any data display use case inside Bubble.
🔧 Service URL (Preview) :
https://plugin-49094.bubbleapps.io/version-test/advanced_table_builder🧪 Editor URL (Bubble Plugin Editor) :
https://bubble.io/page?id=plugin-49094&test_plugin=1749384978311x758038082160689200_current&tab=Design&name=advanced_table_builder&type=page&elements=bTIgn ✅ Fields & Parameters
| Field Name | Type | Default | Description |
| ------------------ | ---- | ------- | -------------------------------------------------- |
| `columns` | Text | `[]` | JSON list of column objects (`{label, key, type}`) |
| `rows` | Text | `[]` | JSON list of row data |
| `sortable` | Text | `no` | `"yes"` to enable sorting on columns |
| `editable` | Text | `no` | `"yes"` to allow inline editing |
| `scrollbarEnabled` | Text | `no` | `"yes"` to allow scrolling within table area |