I am dealing with nested tables and facing a formatting issue. The initial cells of the table have a fixed layout and width set to 100%, which looks great. However, when it comes to the last cell containing another table, I want it to expand in width to fit the nested table inside it. Adjusting the width using jQuery or removing the table layout properties doesn't provide the desired result. I don't want to introduce horizontal scrolling for the inner table; instead, I want the parent table's border to extend to accommodate the child table.