
The table is a nestable element to create the static table on Breakdance. It also supports the mobile responsiveness.
To add new cell columns – You’d need to add a new cell in two places, inside the table head for the ‘column titles’ and then inside the body. You’d duplicate the ‘TD’ element.
To add new rows – Duplicate the ‘TR’ element, which will contain all the cells for that row.
To stack vertically – Enable the stack vertically option and set the breakpoints. The default breakpoint value is 767px.
Responsive View

Add Rowspan/Colspan
You can also add the rowspan or colspan attribute in the table.
- Select the TD element
- Click on the Advanced section
- Click on the Add Attributes button
- Name = colspan or rowspan
- Value = like 2,4, etc.
