2

i'm looking for implement datagrid with CI, better if using ajax.

Searching on Google i've found many tutorial and discussion on how to use Flexigrid-4-CI or jqGrid, anyway i'm still confused on which one could offer more flexibility.

For example, is it possible to set more than one field to filter results with Flexigrid? Besides extending my search i found other libraries such as CarboGrid or datagrid-CI.

Does anyone tried that stuff? What's your suggestion? CarboGrid looks really interesting...

Luciano
  • 1,455
  • 8
  • 22
  • 52
  • Just tried CI-datagrid lib. Plan datagrid, no ordening function and no ajax. Besides i haven't find docs on the web. – Luciano Mar 09 '11 at 17:59
  • 1
    Have you looked at datatables? – Peter Mar 09 '11 at 22:13
  • 1
    There is a good example here: http://www.gensale.net/codeigniter-datagrids/ Which is real easy to implement. –  Jul 19 '12 at 18:36

2 Answers2

3

I have found a few actively on development

phpGrid - A lot of features
SmartGrid - Simple grid with bootstrap support
Grocery CRUD Datagrid - A framework with Datagrid

Dipu Raj
  • 1,784
  • 4
  • 29
  • 37
3

I am using datatables, simple, clean, and fast under 1000 rows.

Bojan
  • 54
  • 3
  • Thanks! I'm going to use datatables... the docs seems clear and complete, do you know any other good source to learn on this? – Luciano Mar 14 '11 at 18:00
  • I am using datatables too, I tried with 10K+ rows in FF and was working great – Dipu Raj Sep 28 '16 at 12:31