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

View File

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