Download the PHP package sp4ike/phalcon4.1-datatables without Composer
On this page you can find all versions of the php package sp4ike/phalcon4.1-datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sp4ike/phalcon4.1-datatables
More information about sp4ike/phalcon4.1-datatables
Files in sp4ike/phalcon4.1-datatables
Download sp4ike/phalcon4.1-datatables
More information about sp4ike/phalcon4.1-datatables
Files in sp4ike/phalcon4.1-datatables
Vendor sp4ike
Package phalcon4.1-datatables
Short Description DataTables adapter for Phalcon Framework Version 4
License MIT
Package phalcon4.1-datatables
Short Description DataTables adapter for Phalcon Framework Version 4
License MIT
Please rate this library. Is it a good library?
Informations about the package phalcon4.1-datatables
About
This is a Phalcon Framework adapter for DataTables. This version contains community fixes and multi model search support
Support
Currently supported
- QueryBuilder interface
- ResultSet interface
- Pagination
- Global search (by value)
- Ordering
- Multiple column ordering
- Column-based search
- Multi model search
- Export to Excel and PDF
Installation
Installation via Composer
- Install a composer
- Create
composer.json
file inside your project directory -
Paste into it
- Run
composer update
Example usage
It uses Phalcon QueryBuilder for pagination in DataTables.
In example we have a stantart MVC application, with database enabled. Don't need to provide a normal bootstrap PHP file, for Phalcon documentation, visit official site.
Controller (using QueryBuilder):
Controller (using ResultSet):
Controller (using Array):
Controller (using multi models):
Export Feature (using QueryBuilder):
Model:
View:
More examples
For more examples please search in site
directory.
It contains basic Phalcon bootstrap page to show all Phalcon-DataTables functionality.
All versions of phalcon4.1-datatables with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-phalcon Version ~4.0.0-rc.1
ext-phalcon Version ~4.0.0-rc.1
The package sp4ike/phalcon4.1-datatables contains the following files
Loading the files please wait ....