Galih Setyo Wibowo

Results 4 comments of Galih Setyo Wibowo

Hi, thanks for the reply guys. Finally, I got it to work by doing this, first I make a variable to check if the treeview has been loaded with the...

Update: there is still a problem with the code above, so here is my solution, so I make a function to initiate the TreeView in app.js: ``` let treeViewInit =...

Hi guys, sorry for the late response, I've made a fix from the AdminLTE side, just waiting for the merge request approval. You can check my commit above for the...

with the fix above you can now initiate the Treeview just like this: ``` $('[data-widget="treeview"]').each(function () { adminlte.Treeview._jQueryInterface.call($(this), "init"); }); ``` I'm using Vue so I added that code on...