-
In my project I'm using AdminLTE from https://cdnjs.cloudflare.com/ajax/libs/admin-lte/3.0.5/js/adminlte.min.js but it doesn't load SidebarSearch.js on it. How do I use this plugin in my project? Does anyone have a simple example to show me, because in the documentation itself it is not clear how to use this plugin. mainly at this point:
Where in HTML / JS should I put this line of code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you are referencing this SidebarSearch plugin, I think it is only available for AdminLTE v3.1.0 (and maybe upper versions). Note you are using version |
Beta Was this translation helpful? Give feedback.
If you are referencing this SidebarSearch plugin, I think it is only available for AdminLTE v3.1.0 (and maybe upper versions). Note you are using version
3.0.5
from the CDN.