-
```
.directive('ngmetis', function () {
return{
restrict: 'A',
link: function(scope, element, attrs){
setTimeout(function(){
$(element).metisMenu();
}, 1);…
-
Hi,
Would you consider a second branch of react-metismenu-router-link that worked with React Router version 3 (which maintains a version 3 branch) and works with React 16?
I might send a PR if I…
-
i implemented jTable in my project referring http://jtable.org/GettingStarted
But as i run the project i got error 'jTable does not support property "widget"'. So i included 2 more files i.e jquery a…
-
I added metismenu (metismenujs - v1.2.1 vertical - because it doesnt need jquery) to cmsimple-cms and have it functioning.
But just the anchors of Menulevel 1 without dropdowns function. At Menuleve…
-
Just a quick fix for the flashing menu when page reloads.
Example:
` .topbar-nav .metismenu > li > ul {
position: absolute;
top: 100%;
min-width: 100%;
z-index: 1001;
display: …
-
**Describe the bug**
Submenu cannot be hidden when user clicks outside of its container
**To Reproduce**
1- Go to http://onokumus.com/metismenujs/mm-horizontal.html
2- Click any menu with submen…
-
Hello,
I want to create compact vertical menu having only icons and show submenus on hover. How can I do this with metismenu and idea ?
-
## Version
3.0
## Description
menu element htmlelement type issue with typescript using on angular 6
change constructor htmlelement type to string and it fixed.
## metisMenu.js
3.0 npm …
-
So before Rails 5 came out using metisMenu and Turbolinks wasn't a problem because the [jquery.turbolinks](https://github.com/kossnocorp/jquery.turbolinks) gem fixed the discrepancies. But with Rails …
-
### Steps to reproduce the issue
If in clobal configuration editing for modules and menus is enabled
then the menu has an edit icon and menuitems in default menus get an edit symbol.
It is added v…
chmst updated
4 years ago