PHPackages                             eps/jqgridbundle - 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. eps/jqgridbundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

eps/jqgridbundle
================

JqGrid integration for Symfony2

113.1k15[2 PRs](https://github.com/michelpa/JqGridBundle/pulls)JavaScript

Since Oct 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/michelpa/JqGridBundle)[ Packagist](https://packagist.org/packages/eps/jqgridbundle)[ RSS](/packages/eps-jqgridbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

JqGridBundle
============

[](#jqgridbundle)

JqGrid implementation for Symfony2.

**Compatibility**: Tested with Symfony &gt; 2.0.12 (not tested &gt; 2.1.x)

[Full working demo](https://github.com/michelpa/demoJqGrid)

CHANGELOG
---------

[](#changelog)

2012-06-04: BC break - change rendering function jqgrid\_js to jqgrid

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

[](#installation)

1. **Add this bundle to your vendor/ dir**

    Add the following lines in your deps file:

    ```
      [EPSJqGridBundle]
        git=git://github.com/michelpa/JqGridBundle.git
        target=/bundles/EPS/JqGridBundle

    ```

    Run the vendor script:

    ```
      ./bin/vendors install

    ```
2. **Add the "EPS" namespace to your autoloader**

    ```
