dev-alpha
dev-alphaServer-side processor for jQuery Datatables plugin
MIT
The Requires
- php >=5.5.0
- tightenco/collect ^5.3
- symfony/http-foundation ~3.0
The Development Requires
by Mike Classic
jquery datatables
Server-side processor for jQuery Datatables plugin
ALPHA TESTING - DO NOT USE IN PRODUCTION, (*1)
This app will break until alpha is complete. Basically, unless you are contributing to the project for an official 0.x.x release, you shouldn't be running this in production., (*2)
Copyright (c) Mike Classic, (*3)
This software uses the MIT open source license. Please review the LICENSE.md file for more information., (*4)
This library acts as a server-side processor for the Datatables plugin, written for jQuery., (*6)
The plugin made for the jQuery JS library is a configurable table renderer for the front-end. This library is meant for interacting with data on the server side that may be requested from the front-end plugin., (*7)
Datatables processes and manipulates data in one of two ways: client side and server side., (*8)
Both versions of the Datatables communication protocol are supported. - Legacy (version 1.9 and lower) - Modern/Current (version 1.10 and higher), (*9)
Features in this library:, (*10)
The strength of this library lies in its ability to perform server side pagination, filtering, ordering, and other result set manipulation., (*11)
This is a big advantage when large data sets are involved. Problems arise with the use of large data sets and the way that the Datatables jQuery plugin handles them when client-side processing., (*12)
This library uses Composer as its package manager., (*14)
Add this library to your composer.json in one of two ways., (*15)
composer.json, (*16)
"require": { "mclassic/datatables": "dev-master" }
Server-side processor for jQuery Datatables plugin
MIT
jquery datatables