The widgets located in the Containers group of the widgets panel are those which can contain other widgets inside and still behave as a single widget.
By default the contents of a container can be edited so you can add new items or modify current ones. You can change this default behavior and disable editing of the content, in this case the container is painted with a slightly transparent blue color.

Disable content editing:
Right-click on the container and select the option Exit edit content.
Enable content editing:
Right-click on the container and select the option Edit content.
Or double-click on the container.
The Dynamic Panel widget is an advanced widget that can be described as a group of panels that act as containers. From all the containers only one is displayed at a time while all the others remain hidden. When a Dynamic Panel is created it only has one single container.
Creating panels
To create a new panel:
Select a Dynamic Panel and a floating toolbar will appear at the top edge. The toolbar can also appear at the bottom edge of the dynamic panel if there is no space to display it on the top.
Click on the green icon
at the top-left corner of the widget.
Selecting panels
When you select a panel it will automatically show and the current one will hide letting you edit the content of the selected panel. To select a panel:
Select a Dynamic Panel and a floating toolbar with a dropdown control will appear. The dropdown contains the list of panels of the dynamic panel.
Click on the dropdown to open it.
Select the panel you want to show.
Removing panels
To remove a panel:
Show the tab you want to remove.
Right-click on the dynamic panel and select the option Remove panel.
Editing panel's name
The panels are automatically labeled when you create them but you can change their names in order to organize your Dynamic Panel. Change the active panel name in the Properties panel once the Dynamic Panel is selected on the page.
The Default Panel
Every Dynamic Panel has a default panel which is the one that will be displayed when starting the simulation of the prototype. Change the default panel in the Properties panel once the Dynamic Panel is selected on the page.
The Table widget is used to organize content in rows and columns. It is made of cells and each cell is a individual container with container properties like layout and alignment. When a table is created, it has 4 cells by default (two rows and two columns).
Selecting rows and columns

You can select a row:
Click on the left edge of the row when the cursor changes to 
Right-click on a cell of the desired row and select the option Select Row in the contextual menu.
Select a cell of the desired row and select the option Select Row in the Table menu.
You can select a column:
Click on the top edge of the column when the cursor changes to 
Right-click on a cell of the desired column and select the option Select Column in the contextual menu.
Select a cell of the desired column and select the option Select Column in the Table menu.
Inserting rows and columns
Rows and columns can be added to the existing ones. New rows will be added under the last row and new columns at the right side of the last column:
Select the table widget and click on New Row or New Column in the Table menu.
Right-click on the table and select New Row or New Column in the contextual menu.
Select the table widget and change its rows/columns number in the Properties panel.
New rows and columns can also be inserted between other rows or columns.
Insert a new row between two other rows:
Select a table row and click on Insert Row Below or Insert Row Above in the Table menu.
Right-click on a table row or a table cell and select Insert Row Below or Insert Row Above in the contextual menu.
Insert a new column between two other columns
Select a table column and click on Insert Column Right or Insert Column Left in the Table menu.
Right-click on a table column or a table cell and select Insert Column Right or Insert Column Left in the contextual menu.
Removing rows and columns
Delete a column or row by selecting it and pressing Delete key. You can also remove them if you select the option Delete in the contextual menu.
Resizing rows and columns
Columns width and rows height can be easily changed dragging their borders.

To resize a row drag its lower border when the cursor
appears. To resize a column drag its right border when the cursor changes to
.
Resizing cells
Individual cells can also be resized. Changing the size of a cell will automatically modify the size of its column and row to fit the new cell size.
To resize a cell:
Select the table cell. Drag its sizing handles located at the bottom-right corner, right edge or bottom edge.
Select the table cell and specify its size in the Properties panel.
Splitting and merging cells
Any table cell can be splitted into two parts of equal size. They can be splitted horizontally or vertically. If a cell is splitted vertically the cell is divided in to different cells with half the width but same height. If a cell is splitted horizontally the cell is divided in two different cells with half the height but same width. To split a cell:
Right-click on one table cell and select Split Horizontally or Split Vertically in the contextual menu.
Select a table cell and select Split Horizontally or Split Vertically in the Table menu.
A set of contiguous cells can be merged so they become only one cell. When a group of cells is merged their content is also merged into the new cell. To merge cells first select them and make sure they all share at least one edge one to each other, then:
Right-click on any of the selected cells and click on Merge Cells in the contextual menu.
Select Merge Cells in the Table menu.
Copying cells content
You can copy the content of a row, column or individual cells to another part of the table using the common copy and paste actions. To copy a set of cells first select them using the Control key if necessary and select copy from the contextual menu or Edit menu. Then select the target row, column or cell and select Paste.
You can, alternatively, paste the cells outside a table widget. Then a new table will be created using the copied cells content and size.