Hi, I am using Blazor Metronic Templates. Tooltips doesn't work in components because components add content dynamically to dom.
Kindly guide me how can I resolve this problem to show tooltips in Blazor Components
Hi,
You just need to call the global component initializer API function whenever you add a component dynamically:
KTComponents.init()