is it possible to insert a table row that doesn’t adhere to any columns? This is, say for example a message displayed or an advertisement placed somewhere inside the table.
Thank you!
is it possible to insert a table row that doesn’t adhere to any columns?
Share
Yes, you’ll just have to do the following:
Setting
colspanto the number of columns your table has will make this row appear to span the entire table.