Datatable
Datatable copied to clipboard
Support DynaTable out of the box.
With the current separation i try to achieve in the code we could also support http://www.dynatable.com/.
We just need a new DTQueryParser, DTViewCreator and DTResponseCreator
Work to do
- [x]
DTQueryParser - [ ]
DTViewCreator - [x]
DTResponseCreator - [x] Register in the
ServiceProvider
https://github.com/timgws/OpenSkillDatatable/tree/DynatableQueryParser
DTResponseCreator and DTQueryParser 'works'... needs a test case, and also a class that will be able to use configuration from Laravel 4, 5 and 5.2 (this is a WIP).
Nice work, even so it looks like dynatable will not be developed any further (no commit since sept. 2014) its great that we can easily support it.