I designed my page from that template: https://preview.keenthemes.com/metronic8/demo2/apps/ecommerce/catalog/products.html
On this template I changed the DataTables pluging with ServerSide Method from this page:
https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side
The data-kt-menu-trigger="click" event outside the DataTable in the Page Header (kt_toolbar_container) works fine for the Filter Button.
But
Dynamically added data-kt-menu-trigger event in DataTable component does not work for any record.
Please help?
Best regard.
Hi,
Can you please run KTComponents.init()
API method whenever you load new components dynamically and initialize them on demand?
For more info, please check JS Initialization.
Regards,
Sean