wsssoftware / cakephp-datatables
DataTables plugin for CakePHP 4.x
Installs: 267
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 5
Open Issues: 7
Type:cakephp-plugin
Requires
- php: >=7.2
- ext-fileinfo: *
- ext-intl: *
- ext-json: *
- cakephp/cakephp: ^4.0.6
- matthiasmullie/minify: ^1.3.50
- twig/twig: ^3.0
Requires (Dev)
- cakephp/bake: ^2.0.3
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2023-11-20 11:48:37 UTC
README
This branch is for use with CakePHP 4.0+. For details see version map.
This is a very simple and minimalistic (Automagic) implementation of DataTables jQuery Plugin for CakePHP. If you need to create simple and basics DataTables tables without extremely hard configurations, this will be a very wise choice.
Overall functionality is inspired and improved by one plugin from CakepPHP 2.x that isn't longer available.
The plugin is an attempt to provide a basic, simple and friendly way to implement the DataTables library in order to be connected with CakePHP features and requirements.
Installation and Usage
See Documentation.