/mine rows render 7 cells (ID + delete button) but the colgroup and thead only declared 6 columns, so under table-layout:fixed the delete button cell overlapped the ID column at narrower widths. Add a col-del column + empty header th to match the row cells.