Skip to content

Commit 950b997

Browse files
committed
Update Table widget
1 parent abc96fd commit 950b997

2 files changed

Lines changed: 27 additions & 19 deletions

File tree

  • content/en/docs/refguide/modeling/pages/structure-widgets
  • static/attachments/refguide/modeling/pages/structure-widgets/table

content/en/docs/refguide/modeling/pages/structure-widgets/table.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -94,30 +94,24 @@ To merge cells to the right, left, up, or down, you can also click the correspon
9494

9595
{{< figure src="/attachments/refguide/modeling/pages/structure-widgets/table/merge-icons.png" alt="Merge Icons" >}}
9696

97-
## 3 Properties
97+
## 3 Properties Pane
9898

99-
An example of table properties is represented in the image below:
99+
The properties pane is divided into two major sections by a toggle at the top of the pane: **Properties** and **Styling**. Table properties consist of the following sections:
100100

101-
{{< figure src="/attachments/refguide/modeling/pages/structure-widgets/table/table-properties.png" alt="Table Properties" width="250" >}}
102-
103-
Table properties consist of the following sections:
104-
105-
* [Common](#common)
106-
* [Design Properties](#design-properties)
101+
Properties:
107102
* [General](#general)
108103
* [Visibility](#visibility)
104+
* [Common](#common)
109105

110-
### 3.1 Common Section {#common}
111-
112-
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
113-
114-
### 3.2 Design Properties Section {#design-properties}
106+
Styling:
107+
* [Design Properties](#design-properties)
108+
* [Common](#common-styling)
115109

116-
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
110+
## 4 Properties
117111

118-
### 3.3 General Section {#general}
112+
### 4.1 General Section {#general}
119113

120-
#### 3.3.1 Width Unit
114+
#### 4.1.1 Width Unit
121115

122116
The **Width Unit** defines whether the [Column widths](#column-widths) property is set in percentage or in pixels.
123117

@@ -126,7 +120,7 @@ The **Width Unit** defines whether the [Column widths](#column-widths) property
126120
| Percentage *(default)* | The **Column widths** property is specified in percentages. When resizing, columns will become wider/narrower while keeping the same relative widths. |
127121
| Pixels | The **Column widths** property is specified in pixels. When resizing, the pixel width columns will keep the same size; auto columns will become wider/narrower. |
128122

129-
#### 3.3.2 Column Widths {#column-widths}
123+
#### 4.1.2 Column Widths {#column-widths}
130124

131125
The **Column widths** property defines the widths of each column as a list of numbers separated by semi-colons. The **Width unit** (described above) determines if these numbers mean percentages or pixels.
132126

@@ -139,11 +133,25 @@ When **Width unit** is set to *Pixels*, you can set column width to the followin
139133

140134
For example, you can you can have three columns of which the first is 200 pixels wide (*Fixed* width), the second is 100 pixels (*Fixed* width), and the last one is set to *Auto* which means that it will take up the rest of the space in the row.
141135

142-
### 3.4 Visibility Section {#visibility}
136+
### 4.2 Visibility Section {#visibility}
143137

144138
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
145139

146-
## 4 Read More
140+
### 4.3 Common Section {#common}
141+
142+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
143+
144+
## 5 Styling
145+
146+
### 5.1 Design Properties Section {#design-properties}
147+
148+
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
149+
150+
### 5.2 Common Section {#common-styling}
151+
152+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
153+
154+
## 6 Read More
147155

148156
* [Page](/refguide/page/)
149157
* [Structure](/refguide/structure-widgets/)
Binary file not shown.

0 commit comments

Comments
 (0)