Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 239 Bytes

File metadata and controls

16 lines (12 loc) · 239 Bytes

Datatable bundle for Symfony2(3)

Installation

Add 4ernovm/datatable-bundle as a requirement to composer.json:

{
    "require": {
        "4ernovm/datatable-bundle": "0.*"
    }
}

And then run composer update