casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
39 stars 33 forks source link

Question: Customise dayBuilder to list? #27

Open daveshirman opened 2 years ago

daveshirman commented 2 years ago

Thanks for this repo, super useful.

I have a particular requirement that I render the day events as a list view, not a month style grid of days, i.e. full width items.

Is there an easy way to change the dayBuilder such that it doesn't force the render of days as a grid, but instead lets me make my own vertical list?

Thanks again.

casvanluijtelaar commented 2 years ago

that's not a feature right now, this is something that could be implemented in the future by exposing a gridDelegate.