Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Choosing a jQuery datagrid plugin? [closed]

Tags:

jquery

I am trying to add a dynamic datagrid in my web application and since I am using jQuery I am eager to use the plugins available. I am not aware of most of them and also require good documentation because I am new to this, and it will be difficult for me to start without documentation. Where is the the documentation and which site should I look to for this?

like image 965
Shiv Kumar Ganesh Avatar asked Apr 11 '11 14:04

Shiv Kumar Ganesh


3 Answers

You should look here: https://stackoverflow.com/questions/159025/jquery-grid-recommendations

Update

The link above takes to a question that was closed and then deleted. Here are the original suggestions that were on the most voted answer:

  • Gijgo Grid: http://gijgo.com/grid/
  • jQuery Grid: http://www.trirand.com/blog/
  • Ingrid: http://reconstrukt.com/ingrid/
  • SlickGrid http://github.com/mleibman/SlickGrid
  • DataTables http://www.datatables.net/
  • ShieldUI Grid http://demos.shieldui.com/web/grid-general/basic-usage
like image 194
Adriano Carneiro Avatar answered Nov 04 '22 11:11

Adriano Carneiro


A good plugin that I have used before is DataTables.

like image 13
tobias86 Avatar answered Nov 04 '22 10:11

tobias86


The three most used and well supported jQuery grid plugins today are SlickGrid, jqGrid and DataTables. See http://wiki.jqueryui.com/Grid-OtherGrids for more info.

like image 9
rdworth Avatar answered Nov 04 '22 09:11

rdworth