I had a question. Can datatables work this table :
<table>
<thead>
<tr>
<th></th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th></th>
<th></th>
<th></th>
<th></th>
<tr>
</thead>
<tbody>
<tr>
<td aria-expanded="false" data-toggle="collapse" data-target="#collapse1" style="cursor: pointer;"><span class="glyphicon glyphicon-chevron-right"></span><span class="glyphicon glyphicon-chevron-down"></span></td>
<td>Stuff</td>
<td>Stuff</td>
<td>Stuff</td>
<td>Stuff</td>
<td>Stuff</td>
<td>Stuff</td>
<td><insert button here></td>
<td><insert button here></td>
<td><insert button here></td>
<td><insert form here></td>
<tr>
<tr>
<td></td>
<td colspan="10"><insert table here></td>
<tr>
</tbody>