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: mark headerRenderer as unsupported for GridSortColumn #160

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

web-padawan
Copy link
Member

Description

Fixes #130

Updated GridSortColumn to indicate that headerRenderer is not supported by this component.

Type of change

  • Bugfix

@web-padawan web-padawan force-pushed the fix/grid-sort-column-header-renderer branch 2 times, most recently from 8f510ca to e595932 Compare December 6, 2023 11:18
@web-padawan web-padawan force-pushed the fix/grid-sort-column-header-renderer branch from e595932 to b63430a Compare December 6, 2023 11:19
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b53e676) 98.22% compared to head (b63430a) 98.21%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
- Coverage   98.22%   98.21%   -0.02%     
==========================================
  Files          25       25              
  Lines         169      168       -1     
  Branches       16       16              
==========================================
- Hits          166      165       -1     
  Misses          1        1              
  Partials        2        2              
Flag Coverage Δ
unittests 98.21% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@web-padawan web-padawan merged commit 6d0b03b into main Dec 7, 2023
1 check passed
@web-padawan web-padawan deleted the fix/grid-sort-column-header-renderer branch December 7, 2023 09:14
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.

Mark headerRenderer as unsupported for GridSortColumn
3 participants