mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
apply table-striped bootstrap class
This commit is contained in:
parent
05e4028265
commit
f00ec67432
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<ng-container *ngIf="(vm$ | async) as vm">
|
||||
<table cdk-table [dataSource]="dataSource$" aria-describedby="table-body" class="list-view-table table">
|
||||
<table cdk-table [dataSource]="dataSource$" aria-describedby="table-body" class="list-view-table table-striped table">
|
||||
|
||||
<ng-container cdkColumnDef="checkbox">
|
||||
<th cdk-header-cell scope="col" *cdkHeaderCellDef class="primary-table-header"></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue