mateuszmarkowski / jQuery-Seat-Charts

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

Can you repeat the numbering after each row? #65

Closed jaycer17 closed 6 years ago

jaycer17 commented 6 years ago

Good day everyone,

This is my current setup

1

Can I do it like this one?

2

Thanks in advance guys!

jaycer17 commented 6 years ago

SOLVED!

I just changed the: return firstSeatLabel++;

to

return column;

but I have another issue