I've been trying to add dynamic tables to my registration page for a full day now and I am literally at the place where I started. I need to create a table where the user can edit, delete, and add new users. I've tried using datatables plugin and very few people have been able to help me out, and I've been reading all the examples on the website but they're tutorials are really pretty bad. I've been looking so many places and haven't got anywhere, can someone recommend a good way to add dynamic tables into your form or try answer my previous question about datatables here.
Asked
Active
Viewed 601 times
3
-
`dataTables` is a bit verbose, but I use it often and with no problems at all. – moonwave99 Sep 16 '12 at 20:38
-
@moonwave99 that doesn't help me what so ever. But thanks for the input – Richard Sep 16 '12 at 21:00
1 Answers
0
You can try to use jqGrid
It has a good inteface, it's free, very configurable and based on jQuery framework using jQuery UI look and styling.
For example see "Live Data Manipulation" -> "Add row" on DEMO PAGE
Also have a big user base, so there is many howtos and other stuffs.
Only problem is that probably you must to learn many new things.
But worth it.