Skip to content

Commit f9842eb

Browse files
committed
Undo unnecessary changes
1 parent d2a34b6 commit f9842eb

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

doc/en/components/grids/_shared/column-hiding.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,8 @@ By using the `Title` property, we will set the title that is displayed inside th
400400
<IgrGrid>
401401
<IgrGridToolbar>
402402
<IgrGridToolbarActions>
403-
<IgrGridToolbarHiding></IgrGridToolbarHiding>
403+
<IgrGridToolbarHiding title="Column Hiding"></IgrGridToolbarHiding>
404404
</IgrGridToolbarActions>
405-
<IgrGridToolbarTitle>
406-
<span>Column Hiding</span>
407-
</IgrGridToolbarTitle>
408405
</IgrGridToolbar>
409406
</IgrGrid>
410407
```
@@ -458,11 +455,8 @@ By using the `Title` property, we will set the title that is displayed inside th
458455
<IgrTreeGrid>
459456
<IgrGridToolbar>
460457
<IgrGridToolbarActions>
461-
<IgrGridToolbarHiding></IgrGridToolbarHiding>
458+
<IgrGridToolbarHiding title="Column Hiding"></IgrGridToolbarHiding>
462459
</IgrGridToolbarActions>
463-
<IgrGridToolbarTitle>
464-
<span>Column Hiding</span>
465-
</IgrGridToolbarTitle>
466460
</IgrGridToolbar>
467461
</IgrTreeGrid>
468462
```
@@ -517,11 +511,8 @@ By using the `Title` property, we will set the title that is displayed inside th
517511
<IgrHierarchicalGrid>
518512
<IgrGridToolbar>
519513
<IgrGridToolbarActions>
520-
<IgrGridToolbarHiding></IgrGridToolbarHiding>
514+
<IgrGridToolbarHiding title="Column Hiding"></IgrGridToolbarHiding>
521515
</IgrGridToolbarActions>
522-
<IgrGridToolbarTitle>
523-
<span>Column Hiding</span>
524-
</IgrGridToolbarTitle>
525516
</IgrGridToolbar>
526517
</IgrHierarchicalGrid>
527518
```

0 commit comments

Comments
 (0)