Skip to content

Commit

Permalink
Sort all the columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Khazius committed Jun 14, 2018
1 parent da92143 commit 4182f3f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/dashboard/vote/vote.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,17 @@ <h5 class="subtitle mt-0">You can vote for up to 30</h5>
<tr>
<th style="width: 50px;">
</th>
<th>
<th [pSortableColumn]="'name'">
name
<p-sortIcon [field]="'name'"></p-sortIcon>
</th>
<th>
<th [pSortableColumn]="'account'">
account
<p-sortIcon [field]="'account'"></p-sortIcon>
</th>
<th>
<th [pSortableColumn]="'location'">
location
<p-sortIcon [field]="'location'"></p-sortIcon>
</th>
<th>
social
Expand Down

0 comments on commit 4182f3f

Please sign in to comment.