Hello I have table filled with data generated from backend.Now I want to copy some Specific column data(tableX) to another new table(tableY) as input text on button click Like the picture below.

The Problem is I don't know how to specifically copy the specific columns into my new table . That's why I added an Image.
I know clone/append can copy whole table and move in to another .But I don't want To copy The whole table data.
I need to copy only specific columns data into another new table like the image.Straightly I want to fill table Y with some column from table X.
var row = $('tableX) .closest('tr').html();