Download the PHP package sitchi/phalcon-datatables without Composer
On this page you can find all versions of the php package sitchi/phalcon-datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sitchi/phalcon-datatables
More information about sitchi/phalcon-datatables
Files in sitchi/phalcon-datatables
Download sitchi/phalcon-datatables
More information about sitchi/phalcon-datatables
Files in sitchi/phalcon-datatables
Vendor sitchi
Package phalcon-datatables
Short Description DataTables adapter for Phalcon Framework
License MIT
Package phalcon-datatables
Short Description DataTables adapter for Phalcon Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package phalcon-datatables
About
This is a Phalcon Framework adapter for DataTables.
Support
Currently supported
- QueryBuilder interface
- ResultSet interface
- Pagination
- Global search (by value)
- Ordering
- Multiple column ordering
- Column-based search
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):
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 phalcon-datatables with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-phalcon Version ^4.0.0
ext-phalcon Version ^4.0.0
The package sitchi/phalcon-datatables contains the following files
Loading the files please wait ....