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: src/app/examples/grid-menu.component.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export class GridMenuComponent implements OnInit {
16
16
<li>You can change the Grid Menu icon, for example "fa-ellipsis-v" <span class="fa fa-ellipsis-v"></span> (which is shown in this example)</li>
17
17
<li>By default the Grid Menu shows all columns which you can show/hide them</li>
18
18
<li>You can configure multiple custom "commands" to show up in the Grid Menu and use the "onGridMenuCommand()" callback</li>
19
-
<li>Doing a "right+click" over any column header will also provide a way to show/hide a column (via the Column Picker Plugin)</li>
19
+
<li>Doing a "right + click" over any column header will also provide a way to show/hide a column (via the Column Picker Plugin)</li>
20
20
<li><i class="fa fa-arrow-down"></i> You can also show the Grid Menu anywhere on your page</li>
0 commit comments