You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/components/table/advanced-table/partials/guidelines/guidelines.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,20 +122,6 @@ Don’t center header labels or cell content within a table.
122
122
123
123
!!!
124
124
125
-
### Resizable columns
126
-
127
-
The Advanced Table supports resizing individual columns to display the entire contents of a cell. When enabled, users can customize the width of each column.
128
-
129
-
This is supported via an interactive "resize border" that functions either by clicking and dragging on the horizontal axis with a mouse or by moving the focus to the resize border with the keyboard and using the right and left arrow keys.
130
-
131
-
The Figma component does not support this resizing feature. Instead, we publish a [Resize Border](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=80647-127234&t=UHpPyO7erZKLy4SD-1) component and [Templates](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=72039-5091&t=UHpPyO7erZKLy4SD-1) to use as a starting point for expressing this interaction. We also provide [examples](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=81060-291665&t=UHpPyO7erZKLy4SD-1) that you can copy and paste into your design files.
132
-
133
-

134
-
135
-
When resizable columns are enabled, actions related to each function are rendered in a context menu in the table header. These functions are not customizable.
136
-
137
-

138
-
139
125
### Reorderable columns
140
126
141
127
If `hasReorderableColumns` is set to true on the Ember component, users can reorder columns either by clicking and dragging on the column reorder handle with a mouse, or by moving focus to the handle with a keyboard and using the right and left arrow keys. These properties are not available within the Figma component, but we've provided [examples](jory-update-link) that you can copy and paste into your design files.
@@ -145,12 +131,20 @@ When enabled, actions related to altering the column order are rendered in a con
145
131
- Move column: moves focus to the reordering handle
146
132
- Move column to start/end: moves the column to the first or last position in the table unless the column is already in this position.
147
133
148
-

134
+

149
135
150
136

151
137
152
138

153
139
140
+
### Resizable columns
141
+
142
+
If `hasResizableColumns` is set to true on the Ember component, users can customize the width of each column in the Advanced Table. These properties are not available within the Figma component, but we've provided [examples](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=81060-291665&t=UHpPyO7erZKLy4SD-1) that you can copy and paste into your design files.
143
+
144
+
When enabled, actions related to each function are rendered in a context menu in the table header. These functions are not customizable.
145
+
146
+

147
+
154
148
## Column and row span
155
149
156
150
- Supports combining multiple columns or rows into a single cell.
0 commit comments