Jump to content

_handleStateChanges not call _updateSort 4.2.0


BomAle

Recommended Posts

Into core.global.core.table the _handleStateChanges not call _updateSort because of: (the state seem be the same of current)

if( ( !_.isUndefined( state.data.sortby ) && !_.isUndefined( state.data.sortdirection ) ) && 
	( state.data.sortby != this._urlParams.sortby || state.data.sortdirection != this._urlParams.sortdirection ) ){
	this._updateSort( {
		by: state.data.sortby,
		order: state.data.sortdirection 
	});
}

With core.global.core.generictable there is some other event that call _updateSort but are not present into core.global.core.tableplus.thumb.png.6f3ad22971257ed96b06b96e97adca03.png

How i solve this:

59a05abe46206_howtosolve.thumb.png.3700e5b7ad51b7b38e6eaaa4b8381718.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...