Answers for "mat-table limit height"

-1

mat-table limit height

.mat-table {
  overflow: auto;
  max-height: 270px;
}
Posted by: Guest on May-25-2020

Browse Popular Code Answers by Language