- Styleable headers, rows, footers and dividers!
- Additional actions events!
- To be used in combination with the SuperColumn and SuperCell for fine-grain control and conditional styling.
A fully customizable Table component with Superpowers!
More on developing and using Custom plugins
Find out more about Budibase.
- Add a Data provider
- Nest your Super Table
- Nest a Super Column for each column in your table you wish to display!
Tick the Show Column Footers setting in the settings panel of the Super Table.
Next in your Super Column provide a Footer value.
In this example, the footer is showing the sum of the rows for the 'Cost' field.
TOTAL: ${{ sum (pluck Expenses Data Provider.Rows 'Cost') }}
Default footer styling is set in the Super Table. Tick the Customize setting and then alter the footer settings.
These default styles can be overridden in each Super Column if needed, in a similar way.