From 0edb71313e58165c5809db24868072863f44f579 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 4 Jan 2018 07:25:10 +0000 Subject: [PATCH] DATA TABLE ISSUE FIXED --- application/views/inward_report_create.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/inward_report_create.php b/application/views/inward_report_create.php index a6c574c6..e0e99d6f 100755 --- a/application/views/inward_report_create.php +++ b/application/views/inward_report_create.php @@ -227,7 +227,7 @@ th{ - NOSieve Size µmMesh SizeSand WeightPercentageMultiplierProduct + NOSieve Size µmMesh SizeSand WeightPercentageMultiplierProduct @@ -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);