Closed abhiyx closed 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
Figured out it myself, Commented out code //if (this.data('seatCharts')) { // return this.data('seatCharts'); //} and it worked
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