I would like to use Gridstack for my project and I am playing with it, right now I am adding widgets with JSON data. I am not able to add an id to the widget.
Here is a link to JsFiddle. This 'id' is very important because without it I wont be able to save/retrieve data from DB.
According to this post on guthub, I am providing the id to ** grid.add_widget
** method. But I don't know how I can access it.