Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

kristofvc/ListBundle

Repository files navigation

ListBundle Build Status SensioLabsInsight

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)