Datatable
Datatable copied to clipboard
Modular server side Datatable package for Laravel 5 for various client side table plugins
This is a meta bug to show the current state of work (TODO List) for the future version of Datatable. If you have any questions or comments, please, make sure...
I have looked over openskill datatables and it seems the syntax used is very different from Chumper datatables. Is this the case and if so how easy is it to...
Laravel version 5.2 Guys, I don't know if this is related to /Chumper/Datatable/pull/375 or /Chumper/Datatable/pull/372 (and /ladybirdweb/faveo-helpdesk/issues/85) but I'm having troubles with the table() function with openskill datatables. This code...
We should have a replacement ready for the old `QueryEngine`, so a user can pass a query builder or similar to the datatable. What i found was really 'annoying' was...
I used chumper/datatable in my project but after upgrading my Laravel version to 5.2 I started facing issues in sorting in collection. So now I am trying to use Openskill...
`VersionEngine` is awesome. Sadly, it's a little bit too optimistic for me. I have a lot of legacy code that runs on Datatables 1.9, and I am not really prepared...
I am using https://github.com/OpenSkill/Datatable/commit/d765c9f485ad94779e0c2b35deb7f22c26fe3635 Here is my controller code: ``` php class DatatableTestController extends Controller { public function test() { $t = Datatable::make(new CollectionProvider(Categories::all())) ->column('id') // show the id column...
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 -...
@Chumper what do you say to me finishing up some documentation on the QBProvider in the `documentation` class, and then you removing the scary warning on the `master` `README.md`? To...
Currently the searchfunction will only receive the evaluated entries that will be returned to the User. It would be nice to have access to the raw model to provide yet...