jeffersonsimaogoncalves/cakephp-datatables

jQuery DataTables for CakePHP 3

Installs: 1 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 39

Open Issues: 0

Language:JavaScript

Type:cakephp-plugin

6.0.0 2020-12-21 15:43 UTC

README

DataTables is a jQuery plugin for intelligent HTML tables. Next to adding dynamic elements to the table, it also has great supports for on-demand data fetching and server-side processing. The cakephp-datatables plugin makes it easy to use the functionality DataTables provides in your CakePHP 3 application. It consists of a helper to add DataTables to your view and a Component to transparently process AJAX requests made by DataTables.

Versioning

  • Versions 3.x are for users of CakePHP 3.6 and above
  • Versions 2.x are available for older CakePHP installations, but will not receive new features
  • Version 1.0 is a tag available for people who let their code rot. Consider upgrading by only changing a couple of lines!
  • Branch php5 is for people without PHP 7 and currently stuck at version 1.0 (pull requests welcome)

Requirements

  • PHP 7
  • CakePHP 3.x
  • DataTables 1.10.x

Installation and Usage

Please see the Documentation, esp. the Quick Start tutorial

Credits

This work is based on the code by Frank Heider.

This work is based on the code by Johannes Jordan.