syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

Update calendar data and remove calendar data #640

Closed yenyichau closed 1 year ago

yenyichau commented 2 years ago

How can we update and remove data from the load more widget? Thanks

Indumathi1195R commented 2 years ago

Hi,

By using the loadMoreWidgetBuilder you can update the appointments on-demand, when the loading indicator is displaying in the calendar by using the handleLoadMore method in the CalendarDataSource which allows adding the appointments to the data source, update the data source, and notify the listener to update the appointment on view. We have a UG documentation for the same. Please find the UG from the following link.

UG link: https://help.syncfusion.com/flutter/calendar/load-more

Also, we have a KB documentation for the same. Please find the KB from the following link.

KB link: https://www.syncfusion.com/kb/12658/how-to-load-appointments-on-demand-in-flutter-calendar

We hope that this helps you. Please let us know if you need further assistance.

Regards, Indumathi R