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>
7878 < igx-grid-editing-actions [asMenuItems] ='true '> </ igx-grid-editing-actions >
7979 </ igx-action-strip >
8080 </ igx-grid >
81- < button (click) ='customItem = !customItem '> Toggle extra menu item</ button >
8281</ div >
83-
82+ < button igxButton =" outlined " (click) =' customItem = !customItem ' > Toggle extra submenu item </ button >
8483
Original file line number Diff line number Diff line change 1+ :host {
2+ padding-bottom : 4rem ;
3+ }
4+
15.display-density-actions {
26 max-width : 600px ;
37 margin : 16px ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class User {
4949export class ActionStripSampleComponent implements OnInit {
5050 public result : string ;
5151 public isVisible = false ;
52- public customItem = true ;
52+ public customItem = false ;
5353 public comfortable : DisplayDensity = DisplayDensity . comfortable ;
5454 public cosy : DisplayDensity = DisplayDensity . cosy ;
5555 public compact : DisplayDensity = DisplayDensity . compact ;
You can’t perform that action at this time.
0 commit comments