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 resizable column #3340

Merged
merged 3 commits into from
Sep 3, 2023

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

Implement the resizable part of #2170

💡 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 Jul 3, 2023

@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -1.54% ⚠️

Comparison is base (a8636ca) 46.83% compared to head (4d2fcca) 45.30%.
Report is 31 commits behind head on feature.

❗ Current head 4d2fcca differs from pull request most recent head 579319d. Consider uploading reports for the commit 579319d to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           feature    #3340      +/-   ##
===========================================
- Coverage    46.83%   45.30%   -1.54%     
===========================================
  Files          558      558              
  Lines        26800    26845      +45     
  Branches       267      274       +7     
===========================================
- Hits         12553    12162     -391     
- Misses       14207    14643     +436     
  Partials        40       40              
Files Changed Coverage Δ
...s/core/JsInterop/modules/components/tableHelper.ts 0.00% <0.00%> (ø)
components/table/Table.razor 0.00% <0.00%> (ø)
components/table/Table.razor.cs 0.00% <0.00%> (ø)

... and 20 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ElderJames ElderJames force-pushed the feat/table-resizable-column branch from ca4abdd to 4d2fcca Compare July 3, 2023 16:14
@ElderJames ElderJames changed the base branch from master to feature July 3, 2023 16:34
@ElderJames ElderJames merged commit eec9413 into feature Sep 3, 2023
4 checks passed
@ElderJames ElderJames deleted the feat/table-resizable-column branch September 3, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant