Hi
I’m trying to implement show/hide details in a table by adding a row after the one the details belong to. This row contains only one table cell td with a colspan equal to the number of columns. However I can’t add a new row without the whole table be reflowed. I have used this in several projects by using b-table from bootstrap-vue and it can add a row without the other rows changing size (but now I have to use bootstrap 5 and vue 3). What should I do to prevent this from happening. Miminal code example included: