mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
- The first server data source (ServerEventDataSource) is event based, so the implementing code is responsible for handling the data maintenance logic explicitly. - The nature of the server side data source should show the data is maintained automatically with AJAX by individual events triggered on the client side. Records are maintained one-to-one, when you edit it, it updates on the server and so on. - Only the READ events are implemented at this point.