So, I have been playing with Gridstack and was wondering if there was a guide on how to add content to a newly added widget.
I have tested the example that adds a widget on button click. [Knockout.js demo][1] [1]: http://troolee.github.io/gridstack.js/demo/knockout.html which works fine but what I would like to do is add multiple buttons each adding a new widget with separate content. The content is just a DIV ID to some other JS.
Thanks