phalcon-plugins / data-table
Phalcon DataTable plugin
dev-master
2022-01-05 08:48 UTC
Requires
- phalcon/incubator: ^3.2
Requires (Dev)
- phalcon/ide-stubs: 3.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-05 17:26:52 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