DATA TABLE ISSUE FIXED

This commit is contained in:
gandhimathi 2018-01-04 07:25:10 +00:00
parent 537cbef0f7
commit 0edb71313e

View File

@ -227,7 +227,7 @@ th{
<thead style="background-color:#ddf">
<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>
@ -318,7 +318,7 @@ th{
"lengthChange": true,
"searching": true,
"ordering": true,
"aaSorting": [[ 0, "asc" ]],
"aaSorting": [[ 0, "desc" ]],
"info": true,
"autoWidth": true
@ -329,7 +329,7 @@ $('#gen').DataTable({
"lengthChange": true,
"searching": true,
"ordering": true,
"aaSorting": [[ 0, "asc" ]],
"aaSorting": [[ 0, "desc" ]],
"info": true,
"autoWidth": true
@ -977,7 +977,7 @@ ctx.closePath();
ctx.beginPath();
ctx.font = "bold 12px Arial";
ctx.fillStyle = "black";
ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2));
ctx.fillText("Sieve size µm ",(canvaswidth/2),(canvasheight-2));
ctx.closePath();
var xaxislabelwidth = (canvaswidth/12);