js merge table cell

This commit is contained in:
2023-11-07 10:41:35 +01:00
parent 4b6fca5cfc
commit d6c81117da
3 changed files with 43 additions and 152 deletions
@@ -48,3 +48,31 @@ table{
}
}
// tableau collpase cell within column
#tablefield-wrapper-paragraph-240-field_tablefield-0{
margin-bottom: 2rem;
}
#tablefield-paragraph-240-field_tablefield-0{
caption-side:bottom;
// display: flex;
// flex-direction: column;
// empty-cells:hide;
tbody{
// td.row_2.col_1{
// display: none;
// }
// td.row_3.col_1{
// display: none;
// }
// td.row_4.col_1{
// display: none;
// }
}
}