Booking seats

0
 Hello , I have use enumeration to book seats. Issue is that when we going to book the seat , all seats look similar so how can we identify which one is booked .  here below is the attached image of my seat reservation page . If anyone knows what to use please suggest me .first image is of seat reservation page and after compile its looks in second image . Suggest me with appropriate widget 
asked
1 answers
0

What was your expectation exactly? How do you want the seats to defer visually?

 

My suggestion would be not to use an Enumeration (+ Multi Select Enum) for this, but rather create a Seat entity in your domain model.

answered