[FIX] fixed datatables if arrays are empty
This commit is contained in:
parent
40337e4627
commit
f7e6e6a4ce
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover" id="dataTables-example">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Block</th>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover datatable">
|
||||
<table class="table table-striped table-bordered table-hover {if $PPLNSROUNDSHARES}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Rank</th>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="panel-body ">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover datatable">
|
||||
<table class="table table-striped table-bordered table-hover {if $ROUNDTRANSACTIONS}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>User Name</th>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover datatable">
|
||||
<table class="table table-striped table-bordered table-hover {if $ROUNDTRANSACTIONS}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th >User Name</th>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover datatable">
|
||||
<table class="table table-striped table-bordered table-hover {if $ROUNDSHARES}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Rank</th>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover datatable">
|
||||
<table class="table table-striped table-bordered table-hover {if $ROUNDTRANSACTIONS}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>User Name</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user