addint value to a table column wise
I have two tables A and B
I have a table full of values in table A. I want to have a button for each row and when clicking on it. I want to check the values of the coressponding row and want to add a row value of Table A to Table B (column wise)
Please help
Thanks in advance