Explorar el Código

HUE-1780 [dbquery] datatables disabled

Abraham Elmahrek hace 12 años
padre
commit
38a09c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,