次の表で選択フィルターを実行するための小さなフォームを作成したいと思います。
<table id="example">
<thead>
<tr>
<th>Name</th>
<th>Surname</th>
</tr>
</thead>
<tbody>
<tr>
<td>Michael</td>
<td>Jordan</td>
</tr>
<tr>
<td>Michael</td>
<td>Jackson</td>
</tr>
<tr>
<td>Bruno</td>
<td>Mars</td>
</tr>
</tfoot>
</table>
どうすればいいですか?
この例http://www.datatables.net/release-datatables/examples/api/multi_filter_select.htmlに似ているはずですが、両方のフィールドを表の下部ではなく、ページの別の部分に配置する必要があります。 。