Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 25, 20177 yr 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.table How i solve this:
Archived
This topic is now archived and is closed to further replies.