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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(module: table): tree data sort & filter #1966

Merged
merged 3 commits into from
Sep 23, 2021

Conversation

ElderJames
Copy link
Member

馃 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

fixed #1943

馃挕 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 22, 2021

@codecov
Copy link

codecov bot commented Sep 22, 2021

Codecov Report

Merging #1966 (6074590) into master (5cc9cb8) will increase coverage by 1.84%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1966      +/-   ##
==========================================
+ Coverage   25.41%   27.25%   +1.84%     
==========================================
  Files         488      511      +23     
  Lines       31995    24403    -7592     
  Branches        0      233     +233     
==========================================
- Hits         8130     6652    -1478     
+ Misses      23865    17715    -6150     
- Partials        0       36      +36     
Impacted Files Coverage 螖
components/table/Table.razor 0.00% <0.00%> (酶)
components/table/Table.razor.cs 0.00% <0.00%> (酶)
components/core/Helpers/MemberPath/PathNode.cs 46.15% <0.00%> (-8.85%) 猬囷笍
components/core/Reflection/TypeDefined.cs 77.77% <0.00%> (-7.94%) 猬囷笍
components/input/InputGroup.razor.cs 87.50% <0.00%> (-6.95%) 猬囷笍
components/tabs/TabPane.razor 86.66% <0.00%> (-6.20%) 猬囷笍
...ponents/date-picker/types/DatePickerPlaceholder.cs 22.72% <0.00%> (-4.20%) 猬囷笍
components/input/TextArea.razor.cs 77.52% <0.00%> (-3.05%) 猬囷笍
...ponents/core/Component/Overlay/type/TriggerType.cs 81.25% <0.00%> (-2.97%) 猬囷笍
components/timeline/Timeline.razor.cs 63.21% <0.00%> (-2.24%) 猬囷笍
... and 423 more

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 5cc9cb8...6074590. Read the comment docs.

@ElderJames ElderJames merged commit ed5d944 into master Sep 23, 2021
@ElderJames ElderJames deleted the fix/table-tree-data-sort branch September 23, 2021 01:22
ElderJames added a commit that referenced this pull request Oct 16, 2021
* fix(module: table): tree data sort & filter

* fix code block indent
anranruye pushed a commit to anranruye/ant-design-blazor that referenced this pull request Nov 14, 2021
* fix(module: table): tree data sort & filter

* fix code block indent
ElderJames added a commit that referenced this pull request Apr 23, 2022
* fix(module: table): tree data sort & filter

* fix code block indent
ElderJames added a commit that referenced this pull request Apr 30, 2022
* fix(module: table): tree data sort & filter

* fix code block indent
ElderJames added a commit that referenced this pull request Sep 6, 2022
* fix(module: table): tree data sort & filter

* fix code block indent
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.

The sorting function of the table does not work for children items
1 participant