File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ <h5>Actions in menu</h5>
78
78
< igx-grid-editing-actions [asMenuItems] ='true '> </ igx-grid-editing-actions >
79
79
</ igx-action-strip >
80
80
</ igx-grid >
81
- < button (click) ='customItem = !customItem '> Toggle extra menu item</ button >
82
81
</ div >
83
-
82
+ < button igxButton =" outlined " (click) =' customItem = !customItem ' > Toggle extra submenu item </ button >
84
83
Original file line number Diff line number Diff line change
1
+ :host {
2
+ padding-bottom : 4rem ;
3
+ }
4
+
1
5
.display-density-actions {
2
6
max-width : 600px ;
3
7
margin : 16px ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class User {
49
49
export class ActionStripSampleComponent implements OnInit {
50
50
public result : string ;
51
51
public isVisible = false ;
52
- public customItem = true ;
52
+ public customItem = false ;
53
53
public comfortable : DisplayDensity = DisplayDensity . comfortable ;
54
54
public cosy : DisplayDensity = DisplayDensity . cosy ;
55
55
public compact : DisplayDensity = DisplayDensity . compact ;
You can’t perform that action at this time.
0 commit comments