Skip to content
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): sorter works incorrectly #962

Merged
merged 2 commits into from
Jan 11, 2021

Conversation

ElderJames
Copy link
Member

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@codecov-io
Copy link

Codecov Report

Merging #962 (a0ac06e) into master (0e96cc8) will decrease coverage by 0.14%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #962      +/-   ##
=========================================
- Coverage    5.75%   5.60%   -0.15%     
=========================================
  Files         406     406              
  Lines       21729   21727       -2     
=========================================
- Hits         1250    1218      -32     
- Misses      20479   20509      +30     
Impacted Files Coverage Δ
components/table/ColumnBase.cs 0.00% <0.00%> (ø)
components/table/ColumnContext.cs 0.00% <0.00%> (ø)
components/table/Table.razor 0.00% <0.00%> (ø)
components/table/Table.razor.cs 0.00% <0.00%> (ø)
components/tabs/Tabs.razor.cs 44.48% <0.00%> (-11.03%) ⬇️
components/core/Base/AntComponentBase.cs 37.17% <0.00%> (-5.13%) ⬇️
components/tabs/TabPane.razor.cs 90.47% <0.00%> (-1.59%) ⬇️

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 0e96cc8...a0ac06e. Read the comment docs.

@ElderJames ElderJames merged commit 8f0b436 into master Jan 11, 2021
@ElderJames ElderJames deleted the fix/table-sorter-column branch January 11, 2021 05:39
ElderJames added a commit that referenced this pull request Apr 23, 2022
* fix(module: table): sorter works incorrectly

* docs: delete the jsx block
ElderJames added a commit that referenced this pull request Apr 30, 2022
* fix(module: table): sorter works incorrectly

* docs: delete the jsx block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants