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(gridMenu): column picker list should include grouped header titles #460

Merged
merged 2 commits into from
May 19, 2020

Conversation

ghiscoding-SE
Copy link
Collaborator

@ghiscoding-SE ghiscoding-SE commented May 14, 2020

  • add "headerColumnValueExtractor" callback in the global grid options to deal with grouped header titles
  • also add 2 other new options "contentMinWidth" and "useClickToRepositionMenu"
  • this requires a new SlickGrid core version with these new options
    • requires this core lib PR be merged and released under a new version

TODO

  • blocked until a new SlickGrid version 2.4.23 is released which include the PR

- add "headerColumnValueExtractor" callback in the global grid options to deal with grouped header titles
- also add 2 other new options "contentMinWidth" and "useClickToRepositionMenu"
- this requires a new SlickGrid core version with these new options
@codecov
Copy link

codecov bot commented May 14, 2020

Codecov Report

Merging #460 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #460    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          147       146     -1     
  Lines         9203      9200     -3     
  Branches      3058      3186   +128     
==========================================
- Hits          9203      9200     -3     

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 2c91f35...2da94a0. Read the comment docs.

- add few ColumnPicker/GridMenu Cypress E2E tests
@ghiscoding ghiscoding changed the title WIP- fix(gridMenu): column picker list should include grouped header titles fix(gridMenu): column picker list should include grouped header titles May 19, 2020
@ghiscoding ghiscoding merged commit e4a34a0 into master May 19, 2020
@ghiscoding ghiscoding deleted the bugfix/grid-menu-with-header-grouping branch May 19, 2020 14:24
@ghiscoding ghiscoding mentioned this pull request May 19, 2020
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.

2 participants