Skip to content

Commit

Permalink
Removed Data Table
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Dec 14, 2023
1 parent 9fd5a3c commit 5813dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin-ui/src/app/shared/table/table.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="container">
<table class="mat-table">
<tr class="mat-row sticky-header">
<caption>Data Table</caption>
<th *ngIf="showRadioButton"></th>
<th
*ngFor="let columnName of displayedColumns; let i = index"
Expand Down

0 comments on commit 5813dc2

Please sign in to comment.