File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,19 @@ masterToggle() {
257
257
}
258
258
```
259
259
260
+ ##### 4. Include overflow styling
261
+
262
+ Finally, adjust the styling for the select column so that its overflow is not hidden. This allows
263
+ the ripple effect to extend beyond the cell.
264
+
265
+ ``` css
266
+ .mat-column-select {
267
+ overflow : initial ;
268
+ }
269
+ ```
270
+
271
+ <!-- - example(table-selection) -->
272
+
260
273
#### Footer row
261
274
262
275
A footer row can be added to the table by adding a footer row definition to the table and adding
@@ -279,19 +292,6 @@ data rows.
279
292
280
293
<!--- example(table-footer-row) -- >
281
294
282
- ##### 4. Include overflow styling
283
-
284
- Finally, adjust the styling for the select column so that its overflow is not hidden. This allows
285
- the ripple effect to extend beyond the cell.
286
-
287
- ```css
288
- .mat-column-select {
289
- overflow: initial;
290
- }
291
- ```
292
-
293
- <!-- - example(table-selection) -->
294
-
295
295
#### Sticky Rows and Columns
296
296
297
297
By using `position: sticky` styling, the table's rows and columns can be fixed so that they do not
You can’t perform that action at this time.
0 commit comments