@@ -4,12 +4,20 @@ SmartGrid focus on data display than data manipulation.
44We are starting with limited features to make the code very simple and robust,
55yet we will be adding more feature on the go. The code is very simple and well documented, which make it easy for customization.
66
7+ + [ Homepage] ( http://techlaboratory.net/smartgrid )
8+ + [ Documentation] ( http://techlaboratory.net/smartgrid/documentation )
9+
710Demos
811-----
912 + [ Basic] ( http://techlaboratory.net/smartgrid/demo/example-smartgrid )
1013 + [ Array Datasource] ( http://techlaboratory.net/smartgrid/demo/example-array-grid )
1114 + [ with DataTables] ( http://techlaboratory.net/smartgrid/demo/example-smartgrid_and-datatables )
1215
16+ Requirements
17+ -----
18+ + [ CodeIgniter 3.x] ( https://codeigniter.com/download )
19+ + [ Bootstrap 3+] ( http://getbootstrap.com/getting-started/#download )
20+
1321Installation
1422-----
15231 . [ Download] ( https://github.com/techlab/codeigniter-smartgrid/archive/master.zip ) the source files
@@ -44,7 +52,8 @@ $this->load->view('example_smartgrid', $data);
4452
4553and then, on your view:
4654``` html
47- <!-- For styling, refer the bootstrap from CDN or from your server. Ignore this if you alredy have included in main view -->
55+ <!-- For styling, refer the bootstrap from CDN or from your server.
56+ Ignore this if you already have included in main view -->
4857
4958<link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
5059```
@@ -66,11 +75,12 @@ Limitations
6675 - Search, Sort, Themes, Export features are on pipeline
6776 - Database support: MySQL only for now
6877 - Language support: English only for now
78+ - Ajax is not support now
6979
7080Version
7181-----
7282** SmartGrid v0.6.1-beta**
73- > Notice:- SmartGrid is still on beta version, usage on production eviorment is not recommented unless tested well.
83+ > Notice:- SmartGrid is on beta version, usage on production environment is not recommended unless tested well.
7484> Please report issue at [ github issues] ( https://github.com/techlab/codeigniter-smartgrid/issues/ )
7585
7686
0 commit comments