I do update with js for my UI after api request, the UI i'm updating is including this code:
<div class="menu">
<button class="btn btn-icon btn-color-gray-500 btn-active-color-primary justify-content-end" data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end" data-kt-menu-overflow="true"><i class="bi bi-sliders fs-4" "=""></i></button>
<div class="menu menu-sub menu-sub-dropdown w-md-425px" data-kt-menu="true" data-popper-placement="bottom-end">
<!--Menu Content-->
</div>
</div>
Hi ,
Sorry for the late reply.
As explained here for dynamically added core plugins and components you will need to use KTComponents.init()
after the render to initialize all the newly added core components.
Regards.
Thanks, worked !
Great! If you need any further help please let us know