Flexigrid

In most of the project, we need to write a lot of queries to create admin backend. Especially for report generation.  In old days I used phpTables. But recently I started using Flexigrid, a jQuery plugin for displaying tables. It is very simple to write code and all work in Ajax

Here is the url: http://flexigrid.info/

If you are using Codeigniter, a good library is also available to integrate Flexigrid. You can download it from here

flexigrid

1 Comments

One Response to “Flexigrid”

  1. seps May 19, 2010 at 11:22 am #

    please give me sample to add and edit data using flexi grid in ci, thanks

Leave a Reply

More in php (33 of 104 articles)


Here is a simple jQuery plugin for creating flash based file uploader. http://www.uploadify.com/ Look some demo here. Include the js ...