mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Add new table-body-wrapper to table-body component
This commit is contained in:
parent
547fbfc80c
commit
11b8254edd
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue