Download the PHP package assadnazar/phalcon4-datatables without Composer
On this page you can find all versions of the php package assadnazar/phalcon4-datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download assadnazar/phalcon4-datatables
More information about assadnazar/phalcon4-datatables
Files in assadnazar/phalcon4-datatables
Download assadnazar/phalcon4-datatables
More information about assadnazar/phalcon4-datatables
Files in assadnazar/phalcon4-datatables
Vendor assadnazar
Package phalcon4-datatables
Short Description DataTables adapter for Phalcon Framework
License MIT
Package phalcon4-datatables
Short Description DataTables adapter for Phalcon Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package phalcon4-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-datatables with dependencies
PHP Build Version
Package Version
No informations.
The package assadnazar/phalcon4-datatables contains the following files
Loading the files please wait ....