quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
433 stars 120 forks source link

virtual scrolling #348

Open FVershinin opened 2 years ago

FVershinin commented 2 years ago

Hello everyone!

Is there any solution to use q-calendar-scheduler with virtual scrolling?

Thanks.

hawkeye64 commented 2 years ago

How much scrolling do you want to do? I have never really considered it before...

FVershinin commented 2 years ago

Approximately 1000-1500 elements.

hawkeye64 commented 2 years ago

Approximately 1000-1500 elements.

That's a lot! What I meant was it for days or time increments? I presume it's not needed for month view.

martinfruehmorgen commented 2 years ago

Hello,

are there any news on this? I think this should be mainly available for timeline / resource views, but could also be helpful for month / week view depending on the amount of events.

Thanks, Martin

hawkeye64 commented 2 years ago

There is no timeline on this. I just have to figure out how to do it as QCalendar doesn't really have dependencies (like Quasar) and I'd like to keep it that way. My experience with virtual scrolling is limited, so I just have to find the time to know it and implement it.