Fix #25 - Added no-sort & col

This commit is contained in:
FallenGravity
2019-10-19 11:27:16 +02:00
parent eaed0e286e
commit 06e6ae53c0
2 changed files with 98 additions and 1 deletions

View File

@@ -24,8 +24,10 @@
<table class="bordered" id="addressTable">
<thead>
<tr>
<th scope="col" class="no-sort"></th>
<th scope="col">Name</th>
<th scope="col">Address</th>
<th scope="col"class="no-sort"></th>
<th scope="col" data-sort-method='number'>Balance</th>
</tr>
</thead>