mgallegos / laravel-jqgrid
Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Plugin (jqGrid) into your Laravel application.
Installs: 15 036
Dependents: 1
Suggesters: 0
Security: 1
Stars: 69
Watchers: 9
Forks: 44
Open Issues: 6
Requires
- php: >=5.3.0
- illuminate/support: 4.*|5.*
- maatwebsite/excel: 1.*|2.*
README
Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Plugin (jqGrid) into your Laravel application.
Requirements
- 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
Features
- 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).
Documentation
The complete documentation can be found at: mariogallegos.com
Live Demos
There are three demos available:
- Pivot Grid(Not available)
- CRUD Web App with jqGrid forms(Not available)
- CRUD Web App with a custom form
Tutorials
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
Aditional information
Any questions, problems or feature request feel free to open an issue.
License
Laravel jqGrid package is open source software licensed under the MIT License.