-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(module:table): fix sortChange with dynamic columns (#3603) #3605
Conversation
sortChange() called multiple times after columns changed
Deploy preview for ng-zorro-master ready! Built with commit bbc48fa |
Codecov Report
@@ Coverage Diff @@
## master #3605 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 689 689
Lines 13705 13705
Branches 1821 1821
=======================================
Hits 13122 13122
Misses 195 195
Partials 388 388
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* chore: sync ant-design v3.19.6 (NG-ZORRO#3602) * fix(module:table): fix sortChange with dynamic columns (NG-ZORRO#3603) (NG-ZORRO#3605) close NG-ZORRO#3603 * chore: sync with antd 3.19 (NG-ZORRO#3590) * chore: sync with antd 3.19 * test(module:page-header): fix test * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * build: refactor scripts ref NG-ZORRO#2474 * chore: update ci config * ci: fix integration * ci: add travis_wait * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * chore: fix type * build: add site release scripts * build: _ * build: add `test:watch` task * build: fix `test:watch` task * chore: bump node to 12.1.0 * ci: add now.json
* chore: sync ant-design v3.19.6 (NG-ZORRO#3602) * fix(module:table): fix sortChange with dynamic columns (NG-ZORRO#3603) (NG-ZORRO#3605) close NG-ZORRO#3603 * chore: sync with antd 3.19 (NG-ZORRO#3590) * chore: sync with antd 3.19 * test(module:page-header): fix test * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * build: refactor scripts ref NG-ZORRO#2474 * chore: update ci config * ci: fix integration * ci: add travis_wait * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * chore: fix type * build: add site release scripts * build: _ * build: add `test:watch` task * build: fix `test:watch` task * chore: bump node to 12.1.0 * ci: add now.json
* chore: sync ant-design v3.19.6 (NG-ZORRO#3602) * fix(module:table): fix sortChange with dynamic columns (NG-ZORRO#3603) (NG-ZORRO#3605) close NG-ZORRO#3603 * chore: sync with antd 3.19 (NG-ZORRO#3590) * chore: sync with antd 3.19 * test(module:page-header): fix test * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * chore: refactor commit hook (NG-ZORRO#3610) * chore: refactor commit hook * chore(packaging): clean dependencie * chore(packaging): clean dev dependencie * build: refactor scripts ref NG-ZORRO#2474 * chore: update ci config * ci: fix integration * ci: add travis_wait * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * ci: fix ci * chore: fix type * build: add site release scripts * build: _ * build: add `test:watch` task * build: fix `test:watch` task * chore: bump node to 12.1.0 * ci: add now.json * ci: add now.json
sortChange() called multiple times after columns changed
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #3603
What is the new behavior?
Fixes #3603
Does this PR introduce a breaking change?
Other information