Link to home
Start Free TrialLog in
Avatar of raviraghu
raviraghu

asked on

javascript table handling

I have two tables on a html page, the original table will be filled by a DB2 results but on each row of this table I need to add a Add button which will add that row into a new table, and in this new table, I need to add two new check boxes and a Remove button, which when clicked need to remove the row from this table and add this to the source table back ....

Can any one post the HTML and the JS ...
Avatar of Big Monty
Big Monty
Flag of United States of America image

if you're able to use jquery, there are tons of table components out there such as datatables and jqGrid
datatables is the more "popular" one, although I find it a bit difficult to set up. jqGrid I think is much easier to implement and has the same features of most of the components out there
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial