table class changes for new reg report
This commit is contained in:
parent
d1278cb161
commit
fea6aacb13
@ -160,8 +160,8 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-12" ng-if="isShow">
|
||||
<div class="table-responsive">
|
||||
<table id="datatable" class="table table-hover">
|
||||
<div class="table-responsive" style="margin-top: 20px;">
|
||||
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed">
|
||||
<thead>
|
||||
<tr >
|
||||
<th style="font-size: 12px;">University</th>
|
||||
@ -176,8 +176,8 @@
|
||||
<th style="font-size: 12px;">Action</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody dir-paginate="p in newreglist|filter:search:strict|itemsPerPage:10">
|
||||
<tr>
|
||||
<tbody>
|
||||
<tr dir-paginate="p in newreglist|filter:search:strict|itemsPerPage:10">
|
||||
<td>{{p.UniversityName}}</td>
|
||||
<td>{{p.Cash}}</td>
|
||||
<td>{{p.Cheque}}</td>
|
||||
|
||||
@ -160,8 +160,8 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-12" ng-if="isShow">
|
||||
<div class="table-responsive">
|
||||
<table id="datatable" class="table table-hover">
|
||||
<div class="table-responsive" style="margin-top: 20px;">
|
||||
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed">
|
||||
<thead>
|
||||
<tr >
|
||||
<!-- <th style="font-size: 12px;">Date Of Registration</th>
|
||||
@ -186,8 +186,8 @@
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody dir-paginate="p in newreglist|filter:search:strict|itemsPerPage:10">
|
||||
<tr>
|
||||
<tbody>
|
||||
<tr dir-paginate="p in newreglist|filter:search:strict|itemsPerPage:10">
|
||||
<td>{{p.SL_NO}}</td>
|
||||
<td>{{p.DOJ}}</td>
|
||||
<td>{{p.Firstname}} {{p.Lastname}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user