Download the PHP package techlab/smartgrid without Composer
On this page you can find all versions of the php package techlab/smartgrid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download techlab/smartgrid
More information about techlab/smartgrid
Files in techlab/smartgrid
Download techlab/smartgrid
More information about techlab/smartgrid
Files in techlab/smartgrid
Vendor techlab
Package smartgrid
Short Description SmartGrid for CodeIgniter with Bootstrap
License MIT
Homepage http://techlaboratory.net/smartgrid
Package smartgrid
Short Description SmartGrid for CodeIgniter with Bootstrap
License MIT
Homepage http://techlaboratory.net/smartgrid
Please rate this library. Is it a good library?
Informations about the package smartgrid
CodeIgniter SmartGrid
A simple PHP datagrid control for CodeIgniter with Bootstrap support
SmartGrid focus on data display than data manipulation. We are starting with limited features to make the code very simple and robust, yet we will be adding more feature on the go. The code is very simple and well documented, which make it easy for customization.
Demos
Requirements
Installation
- Download the source files
- Copy the folder and files
application/libraries/SmartGrid/
toapplication/libraries/
folder of your CodeIgniter installation - That's it! Start using with the examples below or at application/controllers/Example_smartgrid.php
Example usage
on your controller:
and then, on your view:
Features
- Simple datagrid for data display
- Accepts both MySQL query and array data
- Automatic Pagination
- Uses Twitter Bootstrap for styling, so easy to style with any bootstrap template
- No extra css or js files to include
Limitations
- Add, Edit, Del, Themes, Export, Search and Sort are not supported
- Search, Sort, Themes, Export features are on pipeline
- Database support: MySQL only for now
- Language support: English only for now
- Ajax is not support now
Version
SmartGrid v0.6.5-beta
Notice:- SmartGrid is on beta version, usage on production environment is not recommended unless tested well. Please report issue at github issues
License
All versions of smartgrid with dependencies
PHP Build Version
Package Version
The package techlab/smartgrid contains the following files
Loading the files please wait ....