Add new table-body-wrapper to table-body component

This commit is contained in:
Clemente Raposo 2024-11-06 13:04:08 +00:00 committed by Jack Anderson
parent 547fbfc80c
commit 11b8254edd

View file

@ -27,7 +27,7 @@
-->
<ng-container *ngIf="(vm$ | async) as vm">
<div class="position-relative d-flex flex-column">
<div class="position-relative d-flex flex-column table-body-wrapper">
<table cdk-table [dataSource]="config.dataSource" [trackBy]="trackRecord"
aria-describedby="table-body"
class="list-view-table striped-table table">