Here the link contains different tables and seats around it http://gojs.net/latest/samples/seatingChart.html I put two buttons one for adding seat and another for removing seat now i want add the seat when clicking addseat button and remove seat when clicking remove button Please Help me
Finally, I Implement code like this if we want to add a seat to the table use fallowing
we will get keyId like this
If we want to remove the seat to table use fallowing
That's it!