Actions Menu Stop working in Customers-listing: After fetching data from API, the Actions menu stops functioning correctly, even with minimal static content. Instead of opening the menu, the action button redirects to the home page. How can I resolve this?
im using Vue version
Hi,
Thank you for reaching out to us.
Please note that our ts components are initialized when the component is mounted you can find an initialization example in file src/core/plugins/keenthemes.ts, when you are fetching your data from the server rows are rendered asynchronously, to fix menus you should call menu reinitialization function manually when you received your data and rows in a table rendered.
MenuComponent.reinitialization();
thank you
Hi,
Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team