|
|
@@ -603,7 +603,7 @@ global['p5UI__FieldInputFilterSearch'] = createReactClass({
|
|
|
// this.props.store.dispatch( this.props.actions.toggle( this.props.namespace, this.props.primaryKey, checked ) )
|
|
|
},
|
|
|
render: function () {
|
|
|
- DBG1 && console.log('DBG::p5UI__FieldInputFilterSearch::render (f:'+this.props.fieldName+',v:'+this.state.value+')', { props: this.props, state: this.state });
|
|
|
+ DBG && console.log('DBG::p5UI__FieldInputFilterSearch::render (f:'+this.props.fieldName+',v:'+this.state.value+')', { props: this.props, state: this.state });
|
|
|
switch (this.props.type) {
|
|
|
case "number":
|
|
|
case "date":
|
|
|
@@ -2039,7 +2039,7 @@ var TableAjax = function() {
|
|
|
};
|
|
|
|
|
|
priv.renderFooterInfo = function() {
|
|
|
- DBG1 && console.log('DBG:TableAjax::renderFooterInfo', { _uiNodeFooterInfo: _uiNodeFooterInfo });
|
|
|
+ DBG && console.log('DBG:TableAjax::renderFooterInfo', { _uiNodeFooterInfo: _uiNodeFooterInfo });
|
|
|
var fromRow = Math.max(_state.page - 1, 0) * _state.pageSize;
|
|
|
var total = _data.total;
|
|
|
var toRow = Math.min(fromRow + _state.pageSize, total);
|