将值从一个表的行导入到另一个表的标题
我想将值从一个表的一行导入另一个表的标题。问题是我的代码将所选行复制到存在表2的div中。
Also, the row has an input field in which I can enter a value. It copies the input field as a whole and not just the value. How can I import only the value of the input field?
var table;
$('#createPlist').cl...