We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764a76e commit 6c4edf6Copy full SHA for 6c4edf6
js/simple-editor.js
@@ -90,6 +90,7 @@
90
$( '#canvas' ).css("z-index", "-100").hide();
91
}else{
92
$('#canvas').lock();
93
+ jQuery('.dataTables_scrollBody .sorting_disabled input').attr('disabled', true);
94
$('#table-editor-form').submit();
95
96
// showing the chart
0 commit comments