Fix #25 - Added no-sort & col
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user