Hey, I’ve recently found DataTables (table plug-in for jQuery) as a good datagrid plugin to use when making CRUD features on my site. I can easily get a list of rows from a table and present the data in the grid. I wonder if datatables is the best choice. What kind of datagrid (jquery) plugin are you guys using or which one would you suggest?
Datatables looks like a nice grid, I’m going to give it a try.
A new one I’ve found is jqGrid. In the demo page you can see it is possible to Edit,Add,Delete a row from the same grid. That’s the kind of thing I’m looking for. If this tool could somehow make it possible only with setting the right config, it would save lots of time building CRUD functions for a site.