Hello,
I use Metronic DEMO 1 (HTML).
I'm using ajax to add a dropdown menu (data-kt-menu=true). Everything works fine except the drop down list is not opening.
Does support have any ideas for resolving this ?
var html = ` Actions `; return html;
Hi,
Please try to call KTComponents.init() as explained in the documentation in your ajax reponise handle right after populating the KTMenu html.
Regards.