TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sharma Raushan
NA
527
15.2k
Add new row with input fields on button click
Nov 5 2020 11:38 AM
I have a table
<table id=
"tblOrder"
>
<tr>
<th>Id</th>
<th>Name</th>
<th>Order Type</th>
<th>Order Date</th>
</tr>
<tr>
<td>1</td>
<td>Gupta Traders</td>
<td>Special</td>
<td>20/10/2020</td>
</tr>
<tr>
<td>2</td>
<td>Shrikant Steel</td>
<td>General</td>
<td>19/10/2020</td>
</tr>
<tr>
<td>3</td>
<td>Payal Furniture</td>
<td>Special</td>
<td>18/10/2020</td>
</tr>
</table>
On button click, a new row should be added with appropriate input field to enter data.
Reply
Answers (
1
)
change background color of Row
create a menu dynamically on button click