Kaynağa Gözat

fixed dbg in TableAjax

Piotr Labudda 10 yıl önce
ebeveyn
işleme
5264c97f27
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      SE/se-lib/TableAjax.php

+ 3 - 1
SE/se-lib/TableAjax.php

@@ -1334,7 +1334,7 @@ class TableAjax extends ViewAjax {
 			var nodeClass = 'tblAjax__' + 'head__specialFilter',
 					currentNode = $(_uiNodeCont).prev('.' + nodeClass),
 					node;
-			/// console.log('L.<?php echo __LINE__; ?> renderTable::renderTableTheadFilter...');//TODO:DBG:RMME
+			/// console.log('L.<?php echo __LINE__; ?> renderTable::renderHeadSpecialFilters...');//TODO:DBG:RMME
 			if (!priv.options.specialFilterFunctions) {
 				return;
 			}
@@ -1368,6 +1368,7 @@ class TableAjax extends ViewAjax {
 			var nodeClass = 'tblAjax__' + 'head__filter',
 					currentNode = _uiNode$Table.find('thead').find('.' + nodeClass),
 					node;
+			/// console.log('L.<?php echo __LINE__; ?> renderTable::renderTableTheadFilter...');//TODO:DBG:RMME
 			// currentNode.find('i').tooltip('hide');
 			node = $('<tr class="filter ' + nodeClass + '"></tr>');
 			//_head.find(".filter").remove();
@@ -2164,6 +2165,7 @@ class TableAjax extends ViewAjax {
 		priv.filterChanged = function(e) {
 			//clear old timer if we're typing fast enough
 			if (priv.options.debug) console.log('filterChanged L.<?php echo __LINE__; ?>');
+			/// console.log('L.<?php echo __LINE__; ?> priv.filterChanged');
 			if (_filterTimeout) {
 				clearTimeout(_filterTimeout);
 				if (priv.options.debug) console.log('filtering cancelled');