[FIX] fixed datatables if arrays are empty

This commit is contained in:
iAmShorty 2014-03-19 15:54:13 +01:00
parent 40337e4627
commit f7e6e6a4ce
6 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>