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(exports): Excel Export custom width applies the width to next column #683

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

ghiscoding
Copy link
Owner

  • the custom width was not applied to the correct column, when user had a custom width on column 1 it was applied to column 2. The bug was that getGrouping() always return an array and we should check for its length instead (not just if it exist)

- the custom width was not applied to the correct column, when user had a custom width on column 1 it was applied to column 2. The bug was that getGrouping() always return an array and we should check for its length instead (not just if it exist)
@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #683 (1a248b0) into master (b2b963c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #683   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          157       157           
  Lines        10451     10451           
  Branches      3669      3669           
=========================================
  Hits         10451     10451           
Impacted Files Coverage Δ
.../angular-slickgrid/services/excelExport.service.ts 100.00% <100.00%> (ø)

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 b2b963c...1a248b0. Read the comment docs.

@ghiscoding ghiscoding merged commit fffa711 into master Jan 26, 2021
@ghiscoding ghiscoding deleted the bugfix/excel-export-custom-width branch January 26, 2021 13:49
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