DATA TABLE ISSUE FIXED
This commit is contained in:
parent
537cbef0f7
commit
0edb71313e
@ -227,7 +227,7 @@ th{
|
|||||||
<thead style="background-color:#ddf">
|
<thead style="background-color:#ddf">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th>NO</th><th>Sieve Size µm</th><th>Mesh Size</th><th>Sand Weight</th><th>Percentage</th><th>Multiplier</th><th>Product</th>
|
<th>NO</th><th>Sieve Size µm</th><th>Mesh Size</th><th>Sand Weight</th><th>Percentage</th><th>Multiplier</th><th>Product</th>
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@ -318,7 +318,7 @@ th{
|
|||||||
"lengthChange": true,
|
"lengthChange": true,
|
||||||
"searching": true,
|
"searching": true,
|
||||||
"ordering": true,
|
"ordering": true,
|
||||||
"aaSorting": [[ 0, "asc" ]],
|
"aaSorting": [[ 0, "desc" ]],
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ $('#gen').DataTable({
|
|||||||
"lengthChange": true,
|
"lengthChange": true,
|
||||||
"searching": true,
|
"searching": true,
|
||||||
"ordering": true,
|
"ordering": true,
|
||||||
"aaSorting": [[ 0, "asc" ]],
|
"aaSorting": [[ 0, "desc" ]],
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|
||||||
@ -977,7 +977,7 @@ ctx.closePath();
|
|||||||
ctx.beginPath();
|
ctx.beginPath();
|
||||||
ctx.font = "bold 12px Arial";
|
ctx.font = "bold 12px Arial";
|
||||||
ctx.fillStyle = "black";
|
ctx.fillStyle = "black";
|
||||||
ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2));
|
ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2));
|
||||||
ctx.closePath();
|
ctx.closePath();
|
||||||
|
|
||||||
var xaxislabelwidth = (canvaswidth/12);
|
var xaxislabelwidth = (canvaswidth/12);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user