This bundle provides convenient integration of the popular DataTables jQuery library for realtime AJAX tables in your Symfony 3.3+ application.
To install, use composer:
$ composer require omines/datatables-bundleThen add the bundle to your kernel's bundle registration:
public function registerBundles()
{
...
new \Omines\DataTablesBundle\DataTablesBundle(),
...
}TBD.
$ ./vendor/bin/phpunitPlease see CONTRIBUTING for details.
This software was developed for internal use at Omines Full Service Internetbureau
in Eindhoven, the Netherlands. It is shared with the general public under the permissive MIT license, without
any guarantee of fitness for any particular purpose. Refer to the included LICENSE file for more details.