ORIENT/modules/backend/widgets/table/assets
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
..
css Added autocomplete column type to the Table widget 2015-11-17 21:26:03 -08:00
images Implemented and styled the toolbar 2014-12-14 22:34:37 -08:00
js Lay initial ground work for server data source 2016-01-16 17:38:05 +11:00
less Added autocomplete column type to the Table widget 2015-11-17 21:26:03 -08:00