Skip to content

Commit

Permalink
fix(platform): fixed table sort rules update (#10167)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili authored Jul 13, 2023
1 parent 333e5a2 commit 457bfac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export class TableService {

if (!equal(prevSortRules, state.sortBy)) {
this.setTableState(setCurrentPageToState(state, 1));
this.buildSortRulesMap();
const evt = { current: state.sortBy, previous: prevSortRules };

this.needFetch$.next();
Expand Down

0 comments on commit 457bfac

Please sign in to comment.