Choosing a jQuery datagrid plugin?

Jquery

Jquery Problem Overview


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?

Jquery Solutions


Solution 1 - Jquery

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:

Solution 2 - Jquery

A good plugin that I have used before is DataTables.

Solution 3 - Jquery

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionShiv Kumar GaneshView Question on Stackoverflow
Solution 1 - JqueryAdriano CarneiroView Answer on Stackoverflow
Solution 2 - Jquerytobias86View Answer on Stackoverflow
Solution 3 - JqueryrdworthView Answer on Stackoverflow