Samuel Georges 6828094252 Lay initial ground work for server data source
- 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.
2016-01-16 17:38:05 +11:00
..
2015-05-29 19:24:49 +10:00
2015-12-30 19:32:14 +01:00
2016-01-12 21:17:07 +11:00
2016-01-15 10:20:57 +01:00
2016-01-16 10:20:21 +11:00
2015-02-28 13:45:14 +11:00
2015-02-28 13:54:00 +11:00