0

I'm building a table using jsp. The table contains 9 columns, some of the columns have combo boxes which are built using data from the database. I have to generate the same row when I click on AddNewRow button. In the table the first column is a checkbox that represents the unique id for each row item.

I tried to write code to solve this problem, but I'm not getting the unique id for each row.

1 Answer 1

1
var the_row = $('tr#the_row');
the_row.clone().appendAfter(the_row);
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.