Download the PHP package darkanakin41/table-bundle without Composer
On this page you can find all versions of the php package darkanakin41/table-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download darkanakin41/table-bundle
More information about darkanakin41/table-bundle
Files in darkanakin41/table-bundle
Package table-bundle
Short Description Pierre LEJEUNE TableBundle
License MIT
Homepage https://github.com/darkanakin41/table-bundle
Informations about the package table-bundle
darkanakin41/table-bundle
This bundle is designed to grant functionnalities to create simple table based on entities.
Current available template :
Features
- Create a table base on an entity
- Select a custom template for all table
- Select a custom template for specific table
Installation
First, install dependencies (next chapter)
Simply import it into your project with composer
Dependencies
Configuration
Configuration is, at the moment, rather basic :
Usage
In order to use the bundle, you must declare your own Table class which will extends
Then, you'll have to override method in order to define the differents columns you need
Next, you'll need to pass the table to the view and in the template, use a twig extension from the bundle to display it :
TODO
- Add another way of displaying search form
- Add template for bootstrap
- Create a more complete documentation on the table, the fields available and the way of override templates
All versions of table-bundle with dependencies
knplabs/knp-paginator-bundle Version *
symfony/form Version ^4.0
symfony/framework-bundle Version ^4.0
symfony/orm-pack Version *
symfony/serializer-pack Version *
symfony/translation Version ^4.0
symfony/twig-bundle Version ^4.0
symfony/validator Version ^4.0
symfony/yaml Version ^4.0