Download the PHP package oh-deer-bundles/tabulator-ux-bundle without Composer
On this page you can find all versions of the php package oh-deer-bundles/tabulator-ux-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oh-deer-bundles/tabulator-ux-bundle
More information about oh-deer-bundles/tabulator-ux-bundle
Files in oh-deer-bundles/tabulator-ux-bundle
Package tabulator-ux-bundle
Short Description Quickly implements Tabulator js library in Symfony application.
License MIT
Informations about the package tabulator-ux-bundle
ODB Tabulaltor UX Bundle
This Bundle helps to quickly implement Tabulator library in Symfony application. This bundle is a Symfony UX bundle. You can find more informations about the Symfony UX initiative.
You can learn, show demo and more on official Tabulator website
Installation
/!\ caution Before you start, make sure you have
StimulusBundle configured in your app
.
Install the bundle using Composer and Symfony Flex:
If you're using WebpackEncore, install your assets and restart Encore (not needed if you're using AssetMapper):
Usage
To use Tabulator Ux Bundle, inject the TabulatorBuilderInterface
service
and create Tabuylator in your app.
You can set each tabulator attributes separately.
Once created in PHP, the data grid can be displayed using Twig:
Extends the Stimulus controller
If you need you can extend the bundle Stimulus controller, to add your javascript.
Then in your render call, add your controller as an HTML attribute:
-
in twig
- or in PHP
TODO
Features need to be implemented
- tests
- language selection
Special thanks
The Symfony UX Bundle is largely inspired by the superb Symfony UX chart.js Bundle. Thanks to Fabien Potencier to create the best PHP framework
All versions of tabulator-ux-bundle with dependencies
symfony/config Version ^5.4|^6.0|^7.0
symfony/dependency-injection Version ^5.4|^6.0|^7.0
symfony/http-kernel Version ^5.4|^6.0|^7.0
symfony/stimulus-bundle Version ^2.9.1