- PHP Grid (or PHP Datagrid) is a RAD tool and by some quick configuration it enables CRUD (Add, Edit, Del), Searching (Auto-filter + Advanced), Sorting, Paging, Grouping, Import & Export, Master-Detail & Nested Subgrids, Multiple Databases connectivity, Premium themes (with Bootstrap4 compatibility) and many other features.
- Responsive & Mobile Grid PHP solution which is Easy to learn and comes with ready-to-use Datagrid examples.
- Best suitable for knowledge engineers, who wish to save development time & effort of creating repetitive CRUD functions through out their projects.
- SQL JOIN queries for cross table data displaying and Reporting generation. PHP Grid Component is quite extendable and you can have your own PHP Callbacks for adding, updating or deleting operations for custom business cases and web services.
- MySql, SQL Server, Oracle, DB2, PgSql, ODBC Driver and all major databases supported.
- Complete PHP Grid solution with Import & Export features, powered by PHP+JQGrid library.
Insert, Update and Delete From Datasource
You can enable automatic data editing for your PHP Grid, specifying appropriate database table. Additionally, you can use the extensive event handlers to handle the CRUD operations in a custom manner.
In-cell, inline and popup editing are supported. You can also enable bulk editing to update multiple records after selection.
Hierarchical & Master-Detail Grid
Quickly create an N-level Hierarchical Grid by specifying detail grids. Along with that non hierarchical Master-Detail Grids (n-level) are also supported.
You can also have custom template page as detail showing record details in your manner.
jQuery Plugins Integration
One of the strongest feature is to integrate 3rd party jQuery plugins for data entry and display, such as Autocomplete, Select2, CKeditor, Date-time picker, FancyBox, Input Mask and many others.
Export to PDF, CSV and Excel
Export the content of the grid control into PDF, CSV and Excel. Customize the look and feel of the exported file to match the user requirements using your custom code.
Built-In Themes
Use a single change to apply any of the 34 ready-to-use built-in themes, including an innovative mobile skin, to create a consistent look for your apps and save design and front-end development time. You can also customize existing skins or create your own with jQueryUI's Themeroller.
Cross-Browser Support
Using the PHP Grid, you can be certain that your app will look and behave as expected across all modern browsers.
Easy to get started
Code design is pretty straight forward,
- Include PHP Grid Framework & Initialize Object.
- Set Grid Options.
- Render the Grid.
- Include Static files
- Display at desired place in HTML.