PHPackages                             rabble/datatable-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rabble/datatable-bundle

ActiveSymfony-bundle

rabble/datatable-bundle
=======================

The datatable bundle allows you to create datatables using only backend code. See https://datatables.net/

11411PHP

Since Jul 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Rabble-Rocks/rabble-datatable-bundle)[ Packagist](https://packagist.org/packages/rabble/datatable-bundle)[ RSS](/packages/rabble-datatable-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (1)

Rabble Datatable Bundle
=======================

[](#rabble-datatable-bundle)

The Rabble datatable bundle is required for most features within the Rabble admin interface. It allows you to create datatables using only backend code.

Installation
============

[](#installation)

Install the bundle by running

```
composer require rabble/datatable-bundle
```

Add the following class to your `config/bundles.php` file:

```
return [
    ...
    Rabble\DatatableBundle\RabbleDatatableBundle::class => ['all' => true],
]
```

Usage
=====

[](#usage)

Creating a datatable:

```
