<div class="d-flex justify-content-end" data-kt-table-toolbar="base">
<button id="filter" type="button" class="btn btn-light-primary me-3" data-kt-menu-trigger="click"data-kt-menu-placement="bottom-end">Filter</button>
<div class="menu menu-sub menu-sub-dropdown w-250px w-md-500px w-sm-375px" data-kt-menu="true">
<div class="px-7 py-5">
<div class="fs-5 text-dark fw-bolder">Filter Options</div>
</div>
</div>
</div>
Hi,
This requires a minor change in the KTMenu component's source code src/js/components/menu.js
by adding the new attribute in the KTMenu.initHandlers()
static method and recompile it with gulp or webpack:
var items = document.querySelectorAll(".show.menu-dropdown[data-kt-menu-trigger]:not([data-kt-menu-static="true"])");
<a href="#" data-kt-menu-trigger="click" data-kt-menu-static="true"