thrace-project / datagrid-bundle

The ThraceDataGridBundle integrates the jqgrid jQuery
MIT License
18 stars 9 forks source link

ThraceDataGridBundle

The ThraceDataGridBundle integrates the jqgrid jQuery plugin with Symfony2. This means easy-to-implement datagrids in your Symfony 2 application!

Features include:

Notice: All PHP code is tested with PHPUnit. To run test composer.phar install --dev --prefer-source phpunit

Caution: This bundle is developed in sync with symfony's repository.

Warning: Not all jqgrid options are supported. DataGrid can be rendered only in Twig environment.

Build Status

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the ThraceDataGridBundle documentation

Installation

All the installation instructions are located in documentation.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.