это css для стола
table{
display: block;
width: 100%;
background-color: #f3f3f3;
thead { background:#ff5500}
thead,tbody , tr{
width: 100%;
display:block;
overflow: auto;
}
th,td {
display: inline-block;
overflow: hidden;
}
}
это как вы можете установить высоту тела
<tbody [ngStyle]="{'height':(mf?.data?.length > 5) ? '200px' : 'auto'}">
global style.scss
ul:first-of-type:not(.pull-right) {
li {
display: none;
}
li:first-of-type , li:last-of-type{
display: inline-block;
}
}
демонстрация стекаблиц ?
этот пример я использую scss