silksh / jasuwienas-data-table
Integrates datatable into Symfony2 project.
Package info
github.com/SilkSoftwareHouse/DataTable
Type:symfony-bundle
pkg:composer/silksh/jasuwienas-data-table
v1.0.1
2017-05-10 08:25 UTC
This package is not auto-updated.
Last update: 2026-02-27 15:36:28 UTC
README
Integrates datatable into Symfony2 project.
Installation
- Add as composer dependency:
composer require jasuwienas/data-table
- Add in application kernel:
class AppKernel extends Kernel { public function registerBundles() { //... $bundles[] = new \Jasuwienas\DataTableBundle\DataTableBundle(); return $bundles; } }