Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BomAle Posted August 25, 2017 Posted August 25, 2017 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:
bfarber Posted August 28, 2017 Posted August 28, 2017 @Rikki can you take a look at this and see if we should make any changes?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.