Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Fix column.sorter bug #681

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix column.sorter bug #681

wants to merge 3 commits into from

Conversation

3lang3
Copy link

@3lang3 3lang3 commented Aug 5, 2020

column.sorter could be 'ascend' | 'descend' | undefined;
eg: descend -> undefined, request should to invoke.
close #680

column.sorter could be 'ascend' | 'descend'  | undefined;
eg: descend -> undefined, request should to invoke.
ant-design#680
type check
@codecov-commenter
Copy link

Codecov Report

Merging #681 into master will increase coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #681      +/-   ##
==========================================
+ Coverage   17.22%   17.27%   +0.04%     
==========================================
  Files          21       21              
  Lines        1155     1152       -3     
  Branches      378      398      +20     
==========================================
  Hits          199      199              
+ Misses        956      953       -3     
Impacted Files Coverage Δ
src/Table.tsx 20.20% <0.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df4fc21...8b3a7c0. Read the comment docs.

@chenshuai2144
Copy link
Contributor

https://procomponents.ant.design/

Can you mention pr here?

@3lang3
Copy link
Author

3lang3 commented Aug 10, 2020

https://procomponents.ant.design/

Can you mention pr here?

这里已经提了 合过啦

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛[BUG]column.sorter
3 participants