mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
593 stars 210 forks source link

How to have seat numbering vertical instead of horizontal? #58

Closed xithalius closed 7 years ago

xithalius commented 7 years ago

How can i turn: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Into: 1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16

mateuszmarkowski commented 7 years ago

You will have to override the default implementation of getLabel. GetLabel is responsible for generating labels.

sugoireed commented 1 year ago

You will have to override the default implementation of getLabel. GetLabel is responsible for generating labels.

I've figured out how to override. Any pointers on how to get the actual numbers?