zk2/admin-panel-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Bundle allows you to quickly generate administrative interface to a tabular view "List", broken down by pages, sorts and filters on all fields

Installs: 149

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:symfony-bundle

1.0.0 2015-01-24 14:49 UTC

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.