Download the PHP package gloomy/pager-bundle without Composer
On this page you can find all versions of the php package gloomy/pager-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gloomy/pager-bundle
More information about gloomy/pager-bundle
Files in gloomy/pager-bundle
Download gloomy/pager-bundle
More information about gloomy/pager-bundle
Files in gloomy/pager-bundle
Vendor gloomy
Package pager-bundle
Short Description Paginator/datagrid/crud bundle for Symfony2 with advanced filtering & sorting
License MIT
Homepage https://github.com/iamluc/GloomyPagerBundle
Package pager-bundle
Short Description Paginator/datagrid/crud bundle for Symfony2 with advanced filtering & sorting
License MIT
Homepage https://github.com/iamluc/GloomyPagerBundle
Please rate this library. Is it a good library?
Informations about the package pager-bundle
GloomyPagerBundle
ABOUT
Note:
This bundle has been replaced by the DatathekePagerBundle
You should use it instead
The GloomyPagerBundle allows you to display data with pagination, and to easily order and filter them.
4 services are available :
- Pager lets you manipulate resources like an Array or an Entity, but you keep total control of your template.
- DataGrid allows you to render a default template. But you can of course customize each part of it. It's built on top of the Pager.
- Crud adds create/edit/delete views in addition of the DataGrid view. It's built on top of the DataGrid.
- REST Connectors let you connect to a JavaScript grid or autocompleter easily (like jqGrid, DataTables, Autocomplete, Typeahead etc...)
Features are :
-
Many wrappers
-
Advanced filtering (AND/OR);
- Multiple ordering (order by lastname asc, firstname asc)
- Ajax compatible
- Many pagers on the same page
LICENSE
MIT
EXEMPLES
More exemples in the documentation
Crud
PHP
TWIG
Datagrid
PHP
TWIG
Pager
PHP
TWIG
INSTALLATION
1. Install with composer
composer.phar require "gloomy/pager-bundle" "dev-master"
2. Modify your app/AppKernel.php
3. Install assets (Optional)
php app/console assets:install web --symlink
All versions of pager-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
~2.3
The package gloomy/pager-bundle contains the following files
Loading the files please wait ....