jQuery plugin for HTML table manipulation
I'm searching for a jQuery p开发者_如何学Golugin able to add the controls to manipulate the structure of a given HTML table.
I need to give the user the ability to, for example, add rows and columns, graphically resize them, manage the colspan and rowspan, and so on.
Anyone know some nice plugin to do that? (better if jQuery)
There are a lot of plugins out there for this, with varying degrees of complexity and function. Probably you should start by looking at jqgrid.
精彩评论