nazar-pc / PickMeUp

Really simple, powerful, customizable and lightweight standalone datepicker
BSD Zero Clause License
616 stars 191 forks source link

Vertical multiple month mode #198

Closed gety9 closed 6 years ago

gety9 commented 6 years ago

Nazar hi,

Could this datepicker be used to displayed 12 months vertically? I would like to achieve something like this > https://puu.sh/zoG71/4cfa7d8c1c.gif

nazar-pc commented 6 years ago

Out of the box - no (I mean there is no special option for that), but I'm pretty sure you can do that with CSS.

gety9 commented 6 years ago

I would need to run multiple instances of datepicker? One for each month? And than style with css?

nazar-pc commented 6 years ago

Currently several months are placed horizontally, but it is just several .pmu-instance elements next to each other. You can force it to wrap each next months as new line stacking them vertically. Then you'll need to hide days of the week (as on gif) and place into some scrollable container. To me it seems pretty doable with single PickMeUp instance.

gety9 commented 6 years ago

Thank you Nazar, will try your suggestion and reopen if will have issues.

Will close for now.

Thank you for immediate response!