From 6c4edf664c6070676a0286a22fa5d6e4ff52d8ba Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Mon, 2 Dec 2024 16:25:55 +0530 Subject: [PATCH] Fix extra column issue with simple editor --- js/simple-editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/simple-editor.js b/js/simple-editor.js index 91c7c5c8..109b486d 100644 --- a/js/simple-editor.js +++ b/js/simple-editor.js @@ -90,6 +90,7 @@ $( '#canvas' ).css("z-index", "-100").hide(); }else{ $('#canvas').lock(); + jQuery('.dataTables_scrollBody .sorting_disabled input').attr('disabled', true); $('#table-editor-form').submit(); // showing the chart