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(core): frozen grid w/hidden column should remove from DOM #1372

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jan 27, 2024

  • follows SlickGrid PR which fixes an issue identified in SlickGrid demo with frozen column and hidding a column
  • the hidden property will completely remove the column from the DOM
  • ref SlickGrid PR

brave_ySCYDEMf4E

- follows SlickGrid PR which fixes an issue identified in SlickGrid demo with frozen column and hidding a column
- the `hidden` property will completely remove the column from the DOM
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (29111a9) 99.8% compared to head (4358e33) 99.8%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1372     +/-   ##
========================================
+ Coverage    99.8%   99.8%   +0.1%     
========================================
  Files         199     199             
  Lines       21562   21564      +2     
  Branches     7204    7205      +1     
========================================
+ Hits        21499   21501      +2     
  Misses         57      57             
  Partials        6       6             

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

@ghiscoding ghiscoding merged commit 2c1346e into master Jan 27, 2024
5 checks passed
@ghiscoding ghiscoding deleted the bugfix/hidden-column-frozen-grid branch January 27, 2024 19:03
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.

1 participant