PHPackages                             fys/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fys/datatable-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fys/datatable-bundle
====================

provide datatable server side request easily

v1.0.1(9y ago)223MITPHPPHP &gt;=5.3.0

Since Nov 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/farizyoga/DatatableBundle)[ Packagist](https://packagist.org/packages/fys/datatable-bundle)[ RSS](/packages/fys-datatable-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Datatable Bundle for Symfony
============================

[](#datatable-bundle-for-symfony)

Datatable Bundle provides you a capabilitiy to handle Server Side Processing Datatables

Installation
------------

[](#installation)

install via composer

```
composer require fys/datatable-bundle

```

activate the bundle in AppKernel.php

```
$bundles = [
    ....
    new FYS\DatatableBundle\FYSDatatableBundle(),
]

```

Creating your first Datatable Server Side
-----------------------------------------

[](#creating-your-first-datatable-server-side)

lets say you have an entity class like this

```
