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): table sort subsequent OrderBy overrode precedent one #2701

Merged

Conversation

YongQuan-dotnet
Copy link
Collaborator

@YongQuan-dotnet YongQuan-dotnet commented Sep 9, 2022

🤔 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

@github-actions
Copy link

github-actions bot commented Sep 9, 2022

@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #2701 (141b005) into master (6a85c49) will increase coverage by 1.41%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #2701      +/-   ##
==========================================
+ Coverage   40.00%   41.42%   +1.41%     
==========================================
  Files         543      543              
  Lines       25670    25671       +1     
  Branches      260      260              
==========================================
+ Hits        10270    10634     +364     
+ Misses      15360    14997     -363     
  Partials       40       40              
Impacted Files Coverage Δ
components/table/TableModels/SortModel.cs 0.00% <0.00%> (ø)
components/select/Select.razor.cs 53.58% <0.00%> (+0.26%) ⬆️
components/select/SelectBase.cs 71.19% <0.00%> (+0.27%) ⬆️
components/input/Input.cs 67.25% <0.00%> (+0.35%) ⬆️
components/grid/Col.razor.cs 96.00% <0.00%> (+1.33%) ⬆️
components/core/Extensions/JSRuntimeExtensions.cs 53.33% <0.00%> (+3.33%) ⬆️
components/grid/Row.razor.cs 84.44% <0.00%> (+8.88%) ⬆️
components/core/Base/AntInputComponentBase.cs 73.33% <0.00%> (+11.42%) ⬆️
components/form/FormItem.razor 80.00% <0.00%> (+20.00%) ⬆️
components/form/Form.razor 100.00% <0.00%> (+28.57%) ⬆️
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@YongQuan-dotnet YongQuan-dotnet changed the title fix(module: table): table sort sequence was not working fix(module: table): table sort subsequent OrderBy overrode precedent one Sep 9, 2022
@ElderJames ElderJames merged commit 04024d3 into ant-design-blazor:master Sep 12, 2022
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