Advanced Editable Tables ✏️
Spreadsheet / Excel like tables for Bubble supporting formulas and different data types
🔗 Links
Demo 2 (Spreadsheet like Google Sheets / Excel): Demo | Editor
🔥 Main Features
Can be used like a static read-only or editable table
Create professional Excel-like and Google Sheets-like spreadsheets
Formulas support
Powerful cells. It can contain text, html, number, image, checkbox, radio button, dropdown, calendar...
Cells HTML code support
Export data to CSV
Context menu support
Dynamically add / remove column and rows
Columns reordering
Responsive table automatically adapts to any screen size
Sorting, Searching, Pagination and more
📚 Documentation
➡️ Quick Start
Adding a table is simple and straightforward.
Install the plugin and add an Editable Table element on your page:
2. In your Workflow (for example, when the Page is loaded event is triggered) insert your data column by column respecting the data type. For example, for a text data column:
The most important field here is the "Data Source". Just provide a list of text values to be shown in the column.
The process of adding any other data type is very similar and straghtforward. Below you will find detailed fields description and full list of plugin events, actions and states.
➡️ Editable Table Element Fields
➡️ Plugin Events and States
Other States (accessible at any time):
rows_nb: current number of rows in the table
columns_nb: current number of columns in the table
data: Table's data array (row by row)
➡️ Plugin Actions
Add column actions:
Add column: Text
Add column: Numeric
Add column: Image
Add column: Checkbox
Add column: Color
Add column: Dropdown
Add column: Calendar
Add column: Radio
Data management actions:
Clear all: Removes all the data, rows and columns
Show index column / Hide index column
Show column / Hide column
Add empty rows / Add empty columns
Set data: Destroy the table and rebuild with the provided data
Other actions:
Export CSV
➡️ Special Formulas
Plugin uses spreadsheet-like formulas (=A1*A2, =A1+A2 etc) and a few special formulas described in this section.
Last updated