Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
how to Initialise third part plugin in onsen
-
Hello I want table sorting in onsen ui. so i included footable js as a third party plugin for it. It get initialised only on page load.
When i click on tabs or if i switch to inner pages then plugin stops working.
I have initialise the plugin in ons.ready(function() { }); Can anyone please help me out.Thanks