table class changes for new reg report

This commit is contained in:
gandhimathi 2018-09-24 17:11:53 +05:30
parent d1278cb161
commit fea6aacb13
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>