Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Plugin (jqGrid) into your Laravel application.
- Laravel 4, 5, 6, 7 or 8 Framework
- jQuery v2.0.0 or later
- Your choice of a jQuery UI theme
- Free JGrid Plugin or jQuery Grid Plugin
- Spreadsheet Exporter.
- CSV Exporter.
- Config file with global properties to use in all grids of your application.
- PHP Render to handle the jqGrid HTML and Javascript code.
- JSON Data Enconder to send the data to the grid in the correct format.
- Datasource independent (you are able to create your own datasource implementation).
The complete documentation can be found at: mariogallegos.com
There are three demos available:
- Pivot Grid(Not available)
- CRUD Web App with jqGrid forms(Not available)
- CRUD Web App with a custom form
There are three tutorials available:
- Building a Pivot Grid and handling jqGrid events using Laravel jqGrid package(Not available)
- Building a CRUD Web App with jqGrid forms using Laravel jqGrid package(Not available)
- Building a CRUD Web App with a custom form using Laravel jqGrid package
Any questions, problems or feature request feel free to open an issue.
Laravel jqGrid package is open source software licensed under the MIT License.