1 2 3 4 5 6 7 8 9 10
<div class="button-wrapper"> <button id="addRowBtn">Add Row</button> </div> <div class="table-wrapper"> <table id="myTable"> <tr> <th>Column 1</th> </tr> </table> </div>