2017 © Pedro Peláez
 

library datatables

Server-side processor for jQuery Datatables plugin

image

mclassic/datatables

Server-side processor for jQuery Datatables plugin

  • Sunday, September 3, 2017
  • by mclassic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Datatables Server-Side Processor

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)

MIT License

This software uses the MIT open source license. Please review the LICENSE.md file for more information., (*4)

, (*5)

Overview

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)

Communication Protocols

Both versions of the Datatables communication protocol are supported. - Legacy (version 1.9 and lower) - Modern/Current (version 1.10 and higher), (*9)

Features

Features in this library:, (*10)

  • Supports and auto-detects both Datables protocols
  • Able to process, filter, order, paginate data on server side

Server-Side Processing

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)

, (*13)

Installation

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"
}

The Versions

03/09 2017

dev-alpha

dev-alpha

Server-side processor for jQuery Datatables plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mike Classic

jquery datatables