[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>
<div class="panel-body no-padding"> <div class="panel-body no-padding">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th>Block</th> <th>Block</th>

View File

@ -5,7 +5,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th>Rank</th> <th>Rank</th>

View File

@ -6,7 +6,7 @@
</div> </div>
<div class="panel-body "> <div class="panel-body ">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th>User Name</th> <th>User Name</th>

View File

@ -6,7 +6,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th >User Name</th> <th >User Name</th>

View File

@ -5,7 +5,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th>Rank</th> <th>Rank</th>

View File

@ -5,7 +5,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <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> <thead>
<tr> <tr>
<th>User Name</th> <th>User Name</th>