daybook table

This commit is contained in:
venbatechnologies@gmail.com 2018-08-23 18:44:30 +05:30
parent bb2732917a
commit 5cdebb77a6
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@
<table class="table table-bordered" export-table> <table class="table table-bordered" export-table>
<thead> <thead>
<tr> <tr>
<th ng-click="sort('Date')" style="width: 20%">Date <th ng-click="sort('Date')" style="width: 20%;padding-right:5%">Date
</th> </th>
<th ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense <th ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense

View File

@ -123,7 +123,7 @@
<table class="table table-bordered export-table"> <table class="table table-bordered export-table">
<thead> <thead>
<tr> <tr>
<th ng-click="sort('Date')" style="width: 20%">Date <th ng-click="sort('Date')" style="width: 20%;padding-right:5%">Date
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='Date'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>--> <!--<span class="glyphicon sort-icon" ng-show="sortKey=='Date'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
</th> </th>
<th ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense <th ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense

View File

@ -121,7 +121,7 @@
<table class="table table-bordered export-table"> <table class="table table-bordered export-table">
<thead> <thead>
<tr> <tr>
<th ng-click="sort('Date')" style="width: 20%">Date <th ng-click="sort('Date')" style="width: 20%;padding-right:5%">Date
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='Date'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>--> <!--<span class="glyphicon sort-icon" ng-show="sortKey=='Date'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
</th> </th>
<th class="th" ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense <th class="th" ng-click="sort('ListName')" style="width: 5%">Income/</br>Expense