JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<table id="expandable" class="table">
<tbody>
    
<tr><td>foo</td><td>bar</td></tr>
</tbody>
</table>

JavaScript

$('#expandable tr:last').after('<tr><td>foo</td><td>foo</td></tr>');