前のボタンに応じて、テーブルのボタンを揃えるん:どのように私は次のように私は右のボタンを整列するボタンをシフトするにはどうすればよい
HTMLを次のように
を<table>
<tr>
<td>
<h4> Search: </h4>
</td>
<td>
<input type="text" />
</td>
<td>
<button type="submit" name="abc" form="submitForm" value="Button">Button</button>
</td>
</tr>
<tr>
<td class="customView">
<button type="submit" name="def" form="submitForm" value="Button">Button</button>
</td>
</tr>
</table>
このコードを確認してくださいhttps://jsfiddle.net/vh4y426f/3/ –