-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lazy loading? moment.js settings probability? #42
Comments
|
Hey @becory, would you mind giving more infos or answer to the previous questions please 😄 ? |
|
moment.js customize https://momentjs.com/docs/#/customization/ |
Hi, since the 4.0.0 version of svelte-gantt, there is no more momentjs dependency but there is however a momentjs adapter if you want to keep using moment to format your date. About lazy loading, your use case would be initializing the Gantt with very large data hence leading to splitted data and/or long loading time ? |
@V-Py we are facing the same issue at our end, we have a lot of tasks on load if we prebake them. So, we are think to fetch only those tasks which need to be rendered on the first load and after scroll, we need a new set of tasks to be fetched from BE. In this flow, we would require on scroll we should be able to hit an api which would fetch new set of tasks. Can we do that in current setup or would that be a feature request? |
This project is awesome. I love it so much.
I have some problem when I using this.
(ex. setting localization or which day of the week in year for global setting in gantt)
The text was updated successfully, but these errors were encountered: