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
<li><Ahref="https://github.com/6pac/SlickGrid/blob/master/examples/example-plugin-headermenu.html" target="_sourcewindow"> View the source for this example on Github</a></li>
Copy file name to clipboardExpand all lines: plugins/slick.headermenu.js
+31-10Lines changed: 31 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,15 @@
45
45
*
46
46
*
47
47
* Available menu item options:
48
-
* title: Menu item text.
49
-
* disabled: Whether the item is disabled.
50
-
* tooltip: Item tooltip.
51
-
* command: A command identifier to be passed to the onCommand event handlers.
52
-
* iconCssClass: A CSS class to be added to the menu item icon.
53
-
* iconImage: A url to the icon image.
48
+
* title: Menu item text.
49
+
* disabled: Whether the item is disabled.
50
+
* tooltip: Item tooltip.
51
+
* command: A command identifier to be passed to the onCommand event handlers.
52
+
* iconCssClass: A CSS class to be added to the menu item icon.
53
+
* iconImage: A url to the icon image.
54
+
* minWidth: Minimum width that the drop menu will have
55
+
* autoAlign: Auto-align drop menu to the left when not enough viewport space to show on the right
56
+
* autoAlignOffset: When drop menu is aligned to the left, it might not be perfectly aligned with the header menu icon, if that is the case you can add an offset (positive/negative number to move right/left)
0 commit comments