From 34cd3bb74dd6a1ac27e126ed6c847848680d19af Mon Sep 17 00:00:00 2001 From: Vallabh Kansagara Date: Fri, 7 Aug 2015 12:37:21 +0530 Subject: [PATCH] rename form aoColumns to aColumns. `rename form aoColumns to aColumns.` the change is based on server file variable so it require to change here rather than changing the server side file. --- javascript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript.js b/javascript.js index 43d2570..7905af3 100644 --- a/javascript.js +++ b/javascript.js @@ -9,10 +9,10 @@ $(document).ready(function() "iDisplayLength": 10, "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]], "aaSorting": [[0, 'asc']], - "aoColumns": [ + "aColumns": [ { "bVisible": true, "bSearchable": true, "bSortable": true }, { "bVisible": true, "bSearchable": true, "bSortable": true }, { "bVisible": true, "bSearchable": true, "bSortable": true } ] }).fnSetFilteringDelay(700); -}); \ No newline at end of file +});