how to apend a child table to da table row code example
Example: jquery append table row
$('#someTableID tr:last').after('<tr><td>Some data here</td></tr>');
$('#someTableID tr:last').after('<tr><td>Some data here</td></tr>');