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
Copy file name to clipboardExpand all lines: docs/Features.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1089,6 +1089,52 @@ const App = () => (
1089
1089
1090
1090
Check out the [Soft Delete Documentation](./SoftDeleteDataProvider.md) to learn more.
1091
1091
1092
+
## Scheduler
1093
+
1094
+
React-admin can integrate with [Bryntum Scheduler](https://bryntum.com/products/scheduler/), a modern and high-performance scheduling system, to let you manage tasks, assignments, events, scheduling constraints and dependencies, completion, recurring events, property booking, skill matrix, nested events, etc.
1095
+
1096
+

1097
+
1098
+
It supports drag and drop, infinite scroll, zoom, custom layout and styling, collapsible columns, localization, grouping and filtering and export to pdf. You can use it with any backend, as it leverages react-admin's data provider architecture.
1099
+
1100
+
Use the [`<Scheduler>`](./Scheduler.md) component as the `list` of a [`<Resource>`](./Resource.md):
Check out the [Scheduler documentation](https://react-admin-ee.marmelab.com/documentation/ra-scheduler) to learn more.
1137
+
1092
1138
## Calendar
1093
1139
1094
1140
If your app needs to display **events**, **appointments**, **time intervals**, or any other kind of time-based data, you can use the [`<Calendar>`](./Calendar.md) component.
0 commit comments