x-zolezzi / cakephp-datatables
jQuery DataTables for CakePHP 5
Package info
github.com/x-zolezzi/cakephp-datatables
Type:cakephp-plugin
pkg:composer/x-zolezzi/cakephp-datatables
Requires
- php: >=7.0
- cakephp/cakephp: ^3.6
This package is auto-updated.
Last update: 2026-03-09 17:54:20 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 5 application. It consists of a helper to add DataTables to your view and a Component to transparently process AJAX requests made by DataTables.
Requirements
- PHP 8
- CakePHP 5.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 ypnos-web.