Im looking for a way to render an html table as an editable datgrid, with the ability to clone individual rows. I dont need to save any of the changes made, ...
I am running into a problem. I was using:
$(this).parents("tr:first").remove();
var row = $('#picTableDisplay tbody>tr:last').clone(true) ...