JQuery: How can I create a table dynamically?

I would like to create a table with jQuery and be able to add and delete rows. Can any body bring me?

+3
source share
3 answers

I think the jqgrid plugin is what you can see. This is a plugin that helps display your data in a grid. It can edit, delete and do much more ....

+2
source

check this plugin http://www.datatables.net/ they have good documentation and it is not difficult to use.

+1
source

, , , / .

(http://jsfiddle.net/g_thom/cFWTy/2/), , , / . - jqgrid.

0

All Articles