Browse Source

HUE-1780 [dbquery] datatables disabled

Abraham Elmahrek 12 years ago
parent
commit
38a09c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/rdbms/src/rdbms/templates/execute.mako

+ 1 - 1
apps/rdbms/src/rdbms/templates/execute.mako

@@ -730,7 +730,7 @@ ${ commonheader(_('Query'), app_name, user) | n,unicode }
   }
 
   function resultsTable() {
-    if (dataTable) {
+    if (!dataTable) {
       dataTable = $(".resultTable").dataTable({
         "bPaginate": false,
         "bLengthChange": false,