Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Modify the table rows when i'm clicking the edit button to create dynamic table using pure javascript.
Posted
Updated 7-Dec-15 18:15pm
v2
Comments
Sergey Alexandrovich Kryukov 8-Dec-15 0:39am    
Not clear what the problem is. What have you tried so far?
And you did not explain what exactly you want to achieve. Clicking on a button says nothing about the content of a table. All you need to do is to get some data from some input control and update some properties of some elements of your DOM tree. Native JavaScript DOM API provides comprehensive set of functions for this purpose. Read documentation and use them.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900