Download the PHP package kreyu/data-table-bundle without Composer
On this page you can find all versions of the php package kreyu/data-table-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kreyu/data-table-bundle
More information about kreyu/data-table-bundle
Files in kreyu/data-table-bundle
Package data-table-bundle
Short Description Streamlines creation process of the data tables
License MIT
Informations about the package data-table-bundle
DataTableBundle
Streamlines the creation process of the data tables in Symfony applications.
About
·
Documentation
·
Reference
[!CAUTION] This package is looking for new maintainers or forks with continued development.
For maintainer role, please contact via e-mail: [email protected]
Links to the forks can be put into the README of this repo.
About
This bundle allows creating data tables in the same way as you probably do with forms, as every component can be defined with a type class and reused across the application.
Data tables can be sorted, filtered and paginated. Users can personalize the order and visibility of columns. Those features can be persisted between requests, per user, so closing the browser and coming back later will restore the previous state.
Works with Doctrine ORM and arrays out-of-the-box, but can be easily integrated with any data source. Supports theming with Twig and exporting to various data formats.
[!WARNING] This bundle is still in development and is likely to change, or even change drastically. It is NOT production ready, and backwards compatibility is NOT guaranteed until the first stable release.
Familiarity
If you've ever worked with forms in Symfony, you should feel right at home:
Creating the data tables using those type classes may also seem very familiar:
Rendering the data table in Twig is as simple as executing a single function:
License
The MIT License (MIT). Please see license file for more information.
All versions of data-table-bundle with dependencies
symfony/framework-bundle Version ^6.0|^7.0|^8.0
symfony/translation Version ^6.0|^7.0|^8.0
symfony/form Version ^6.0|^7.0|^8.0
symfony/mime Version ^6.0|^7.0|^8.0
symfony/twig-bundle Version ^6.0|^7.0|^8.0
twig/extra-bundle Version ^3.6
twig/intl-extra Version ^3.6
symfony/validator Version ^6.0|^7.0|^8.0