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

feat(module: table): add filters #1178

Merged
merged 8 commits into from
Feb 27, 2021
Merged

feat(module: table): add filters #1178

merged 8 commits into from
Feb 27, 2021

Conversation

ElderJames
Copy link
Member

@ElderJames ElderJames commented Feb 27, 2021

πŸ€” 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 add table filters
πŸ‡¨πŸ‡³ 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-io commented Feb 27, 2021

Codecov Report

Merging #1178 (b886ed9) into master (dedb580) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1178      +/-   ##
=========================================
- Coverage    6.58%   6.45%   -0.13%     
=========================================
  Files         436     438       +2     
  Lines       24313   24772     +459     
=========================================
  Hits         1600    1600              
- Misses      22713   23172     +459     
Impacted Files Coverage Ξ”
...nts/core/Component/overlay/OverlayTrigger.razor.cs 10.56% <0.00%> (-0.29%) ⬇️
components/table/Column.razor 0.00% <0.00%> (ΓΈ)
components/table/Column.razor.cs 0.00% <0.00%> (ΓΈ)
components/table/Table.razor.cs 0.00% <0.00%> (ΓΈ)
components/table/TableFilter.cs 0.00% <0.00%> (ΓΈ)
components/table/TableModels/FilterModel.cs 0.00% <0.00%> (ΓΈ)
components/table/TableModels/QueryModel.cs 0.00% <0.00%> (ΓΈ)
components/table/TableModels/SortModel.cs 0.00% <0.00%> (ΓΈ)
components/input/Input.cs 0.00% <0.00%> (ΓΈ)
components/grid/Row.razor.cs 0.00% <0.00%> (ΓΈ)
... and 17 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 dedb580...b886ed9. Read the comment docs.

@ElderJames ElderJames linked an issue Feb 27, 2021 that may be closed by this pull request
@ElderJames ElderJames merged commit a240803 into master Feb 27, 2021
@ElderJames ElderJames deleted the feat/table-filter branch February 27, 2021 15:55
@qinhuaihe
Copy link

this pr made sorter failed

zxyao145 pushed a commit to zxyao145/ant-design-blazor that referenced this pull request Mar 20, 2021
* feat: add table filter

* add filter buttons

* fix filter menu

* make filter work

* support multiple filters

* delete the old files

* support single select
ElderJames added a commit that referenced this pull request Apr 23, 2022
* feat: add table filter

* add filter buttons

* fix filter menu

* make filter work

* support multiple filters

* delete the old files

* support single select
ElderJames added a commit that referenced this pull request Apr 30, 2022
* feat: add table filter

* add filter buttons

* fix filter menu

* make filter work

* support multiple filters

* delete the old files

* support single select
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.

Table filters
3 participants