kristofvc/list-bundle

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

This is a bundle to render lists for use with Symfony2

Installs: 1 636

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.3.4 2015-11-05 08:12 UTC

This package is not auto-updated.

Last update: 2023-07-17 08:11:07 UTC


README

This bundle is used for rendering a list of objects. After setting up a configuration for your list, you can sort columns, filter items and view paginated data.

Features include:

  • Building a list of objects
  • Render this list in twig
  • Sort columns
  • Filter your list of objects
  • Add actions that can be executed per object

Documentation

The documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

Kristof Van Cauwenbergh's initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

Feel free to fork this project, to contribute and to send us pull requests.

TODO

  • More filters
  • More templates (not only bootstrap)