olix / datatables-bootstrap-bundle
Symfony OlixDatatablesBootstrapBundle
Installs: 46
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- components/bootstrap: 3.2.*
- drmonty/datatables: 1.10.*
- drmonty/datatables-plugins: 1.*
- friendsofsymfony/jsrouting-bundle: 1.*
- moment/moment: 2.8.*
- sg/datatablesbundle: 0.13.*
- symfony/framework-bundle: ~2.8
This package is auto-updated.
Last update: 2024-10-13 23:55:01 UTC
README
See https://github.com/stwe/DatatablesBundle
Change only in your Datatable class :
use Sg\DatatablesBundle\Datatable\View\AbstractDatatableView;
by
Olix\DatatablesBootstrapBundle\Datatable\View\AbstractDatatableView;