how to add row and colum as well as delete row and column in a table using jquery
how to add row and colum as well as delete row and column in a table using jquery
arkadugeetha
Posts: 2Questions: 1Answers: 0
I need to add a row and column as well as delete a row and column in a table dynamically using jquery.Can anyone have sample code..for this i referred this link http://js-grid.com/demos/.I dont know how to implement this one..
This discussion has been closed.
Answers
This Editor example shows how it can be done.
Allan
can we get this one through plugins..i wanna use only jquery
Yes. The example I give uses Editor, but that wasn't the point - it also shows how to add an extra column with specific actions. The fact that those buttons trigger Editor are irrelevant - have it trigger anything you want.
Allan