You are viewing limited content. For full access, please sign in.

Question

Question

Set values in the fields in a table when you press the Add button

asked on July 13, 2015

Hi,

I'm working with a table where my need is to set values for each line to be added by pressing the button "Add", ie, if the value 99 is captured in column 1, this should be repeated to add the following line , or I can get the click event of the Add button?

0 0

Answers

APPROVED ANSWER
replied on July 13, 2015

If you want to do something when click on the add button, you can add your code like this:

$('.cf-table-add-row').click(function(){
 //do sth.    
  });

 

0 0
SELECTED ANSWER
replied on July 14, 2015

Ok, Thank for your support…

Regards,

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.