Before starting the integration, you need to set up the following:
- Download the latest version of GridPHP from gridphp.com or your licensed source
- Extract the downloaded archive
Before starting the integration, you need to set up the following:
| .jqgrow input[type="checkbox"]:disabled:checked { | |
| appearance: none; | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| width: 16px; | |
| height: 16px; | |
| border: 2px solid #4CAF50; | |
| border-radius: 3px; | |
| background-color: #4CAF50; | |
| position: relative; |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| include_once("../../config.php"); |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| include_once("../../config.php"); |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| // include db config |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| include_once("../../config.php"); |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| include_once("../../config.php"); |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - https://www.gridphp.com | |
| * @version 2.8.2 | |
| * @license: see license.txt included in package | |
| */ | |
| /* |
| <?php | |
| /** | |
| * PHP Grid Component | |
| * | |
| * @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org | |
| * @version 2.0.0 | |
| * @license: see license.txt included in package | |
| */ | |
| // include db config |