From 45bb04a8f091b46516bf1c1ca6c86dbf81de52ec Mon Sep 17 00:00:00 2001 From: Arjun Surendra Date: Thu, 18 Feb 2016 22:46:24 -0800 Subject: [PATCH] sorting removed on run page. --- src/main/resources/public/js/custom/testplan_run.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/public/js/custom/testplan_run.js b/src/main/resources/public/js/custom/testplan_run.js index f45e0b3..62be912 100644 --- a/src/main/resources/public/js/custom/testplan_run.js +++ b/src/main/resources/public/js/custom/testplan_run.js @@ -2,9 +2,7 @@ $(document).ready(function () { $('#testplanrun-ele').DataTable({ "bPaginate": false, - "aoColumnDefs": [ - {'bSortable': false, 'aTargets': [1]} - ] + "aaSorting" : [[]] }); $("#checkAll").click(function (event) {