Skip to content

Commit 6c4edf6

Browse files
Fix extra column issue with simple editor
1 parent 764a76e commit 6c4edf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/simple-editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
$( '#canvas' ).css("z-index", "-100").hide();
9191
}else{
9292
$('#canvas').lock();
93+
jQuery('.dataTables_scrollBody .sorting_disabled input').attr('disabled', true);
9394
$('#table-editor-form').submit();
9495

9596
// showing the chart

0 commit comments

Comments
 (0)