About:
- This is a demonstration of the Flexigrid javascript datagrid by Paulo Mariņas integrated with CodeIgniter.
v0.36 Change log:
- Added support for "json_encode" function from the JSON PHP Extension. Read more here
- Click here to download v0.36
v0.35 Change log:
- Fixed helper bugs
- Query's now built with Active Record (thanks to daBayrus)
- Added "build_query" function to library for active record query build. Function "build_querys" is still present but deprecated. Read more here
v0.3 Change log:
- Fixed some helper bugs
- Removed "width" and "height" parameter and replaced it with an array where you can insert any FlexiGrid parameter you want. Read more about these changes here.
- The $buttons variable in the "build_grid_js" function is now the last parameter and optional
Demo (v0.36):
Links:
- CodeIgniter Flexigrid lib discussion on CodeIgniter forum
- Flexigrid Home
- Flexigrid Google Groups | Flexigrid discussion on CodeIgniter forum (NOT USED ANYMORE)
Download:
- Click here to download v0.36
Install:
- Unzip to the CI directory. The example controler is flexigrid.php
- Activate CI Database Lib and URL helper in CI's AutoLoad config
- Read documentation here
CodeIgniter implementation by:
- Frederico Carvalho: frederico at eyeviewdesign dot com
Thanks to:
- Paulo Mariņas for the excellent Flexigrid.
- Kevin Kietel for the PHP example.
License:
- Same as Flexigrid's (MIT + GPL)