mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
596 stars 209 forks source link

How to reload seat Info #57

Closed abhiyx closed 7 years ago

abhiyx commented 7 years ago

So imagine I have multiple screens and I want to display data on basis of screen, the issue is that am only able to load screen once thereafter data is not getting refreshed

abhiyx commented 7 years ago

Figured out it myself, Commented out code //if (this.data('seatCharts')) { // return this.data('seatCharts'); //} and it worked