You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The library is great, a lot of features!
I have a question: is it posible to use functions like "moveToPreviousMonth()", "moveToNextMonth()", or a function to move to certain date in the Timeline View? I have tried but with no luck.
Thanks in advance, William!
The text was updated successfully, but these errors were encountered:
This is planned for a future upgrade. I'm currently working on moving the project over to TypeScript, so I can have a more manageable code base, and allow greater integration into other frameworks. Once this is done, the next phase is features like this. For example, being able to specify your default view, all views updating when public functions are called.
For the moment though, the Month view is the source of truth for the project. All views open using the Month date as the core date to display.
Thanks for using the project and stay tuned! Don't forget to like and share the project as well :)
Thank you, Will!
However, I found a solution using JQuery for anyone who need it:
$('.jump-to-date').find('input[type="date"]').val('2024-10-03'); // date in SQL format
$('.go').trigger('click');
Hello! The library is great, a lot of features!
I have a question: is it posible to use functions like "moveToPreviousMonth()", "moveToNextMonth()", or a function to move to certain date in the Timeline View? I have tried but with no luck.
Thanks in advance, William!
The text was updated successfully, but these errors were encountered: