zk2 / admin-panel-bundle
Bundle allows you to quickly generate administrative interface to a tabular view "List", broken down by pages, sorts and filters on all fields
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/symfony: >=2.1
This package is not auto-updated.
Last update: 2019-12-27 14:24:44 UTC
README
#AdminPanelBundle Lots of applications are required to display tabular list of entities that have to be pagination, also it would be nice to have the ability to sort through all fields and flexible filtering. Those tasks can solve AdminPanelBundle. Of course, this is not something new - the same SonataAdminBundle provides similar functionality, but Sonata is a monster (in a good sense of the word), with many options and dependencies, and my goal was to make a fast and flexible navigation of large tabular arrays.