You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
Version 1.10 of jQuery Datatables has been released in May, 2014 and Datatables still does not properly support it.
I want to have support for 1.10 done by the end of the week. The plan is:
Create a new class (Chumper\Datatable\InputEngine) which when initialized will determine if the query needs to be handled by Datatables (Datatable::shouldHandle) and will choose a class that implements the Chumper\Datatable\Response\VersionResponse interface.
Create two implementations of the VersionResponse interface, one for v1.9, and another for v1.10.
Abstract away all of the ordering, searching and limiting code away to the class implementing the VersionResponse interface
Update the existing two engines to use the new VersionResponse implementations to get their ordering.
Create a function inside VersionResponse that allows outputting data that the Datatables will be able to render.
The text was updated successfully, but these errors were encountered:
Version 1.10 of jQuery Datatables has been released in May, 2014 and Datatables still does not properly support it.
I want to have support for 1.10 done by the end of the week. The plan is:
Chumper\Datatable\InputEngine
) which when initialized will determine if the query needs to be handled by Datatables (Datatable::shouldHandle
) and will choose a class that implements theChumper\Datatable\Response\VersionResponse
interface.VersionResponse
interface, one for v1.9, and another for v1.10.VersionResponse
interfaceVersionResponse
implementations to get their ordering.VersionResponse
that allows outputting data that the Datatables will be able to render.The text was updated successfully, but these errors were encountered: