daybook table
This commit is contained in:
parent
bb2732917a
commit
5cdebb77a6
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user