Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h4>LOINC Code Selection</h4>
<div class="table-responsive">
<table
mat-table
matSort
class="table table-striped table-hover"
[dataSource]="components"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ <h4 class="pull-left">Create Work Location</h4>
<div class="col-xs-12 col-sm-12 m-t-15 table-responsive" *ngIf="showTable">
<table
mat-table
matSort
[dataSource]="filteredworkLocations"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h4>Project Configuration Screen</h4>
<div class="table-responsive" *ngIf="dataSource.data.length > 0">
<table
mat-table
matSort
[dataSource]="dataSource"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h4 class="pull-left">Project Master</h4>
<div class="col-12 table-responsive">
<table
mat-table
matSort
[dataSource]="dataSource"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ <h4>Project Serviceline Mapping</h4>
>
<table
mat-table
matSort
[dataSource]="dataSource"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ <h4>Provider Admin List</h4>
<div class="table-responsive">
<table
mat-table
matSort
class="table table-striped table-hover"
[dataSource]="filteredsearchResult"
>
Expand Down Expand Up @@ -619,6 +620,7 @@ <h4>
<div class="table-responsive">
<table
mat-table
matSort
[dataSource]="objs"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h4>
<div class="table-responsive">
<table
mat-table
matSort
[dataSource]="filteredsearchResult"
class="table table-striped table-hover"
>
Expand Down Expand Up @@ -225,6 +226,7 @@ <h4>
<div class="m-t-15 table-responsive">
<table
mat-table
matSort
[dataSource]="bufferArray"
class="table table-striped table-hover"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h4 class="pull-left">Provider CTI Mapping</h4>
<div class="table-responsive">
<table
mat-table
matSort
class="table table-striped table-hover"
[dataSource]="filteredcampaignArrayList"
>
Expand Down