phalcon-plugins / data-table
Phalcon DataTable plugin
dev-master
2022-01-05 06:48 UTC
Requires
- phalcon/incubator: ^3.2
Requires (Dev)
- phalcon/ide-stubs: 3.4
This package is auto-updated.
Last update: 2025-03-05 14:00:01 UTC
README
Phalcon DataTable plugin
Allows simple interaction with DataTable using Phalcon Model or Phalcon Query builder. The logic regarding to Query builder and search criteria is NOT closed into package.
- Build your logic into backend - define the columns, columns mapping, search filters, limits , ordering, pagination
- Run your query
- Adds parameters to view
- Load DataTable assets
Example using Phalcon Query builder