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