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(plugins): sync column definitions to user after plugin adds column #881

Merged
merged 3 commits into from
Nov 17, 2022

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Oct 25, 2022

  • for some extensions/plugins, that is RowDetail, RowMove, RowSelections, are adding extra columns dynamically when the grid is created and are not synced to the user, this PR will help with that

TODOs

  • requires Slickgrid-Universal PR 781 to be merged & released

- for some extensions/plugins, that is RowDetail, RowMove, RowSelections, are adding extra columns dynamically when the grid is created and are not synced to the user, this PR will help with that but has to be implement differently in each lib wrappers (Angular, Aurelia, ...)
@ghiscoding ghiscoding added enhancement requires Universal change/release code change must first be implement in Slickgrid-Universal labels Oct 25, 2022
@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Merging #881 (8f1fab4) into master (f9ff4f6) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #881   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          968       972    +4     
  Branches       311       311           
=========================================
+ Hits           968       972    +4     
Impacted Files Coverage Δ
...lia-slickgrid/custom-elements/aurelia-slickgrid.ts 100.00% <100.00%> (ø)
...aurelia-slickgrid/extensions/slickRowDetailView.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit e453905 into master Nov 17, 2022
@ghiscoding ghiscoding deleted the feat/update-column-defs-when-plugin-modify-them branch November 17, 2022 02:27
ghiscoding added a commit that referenced this pull request Nov 17, 2022
ghiscoding added a commit that referenced this pull request Nov 17, 2022
)

* feat(common): add "targetSelector" to onFilterChanged & Grid State

* fix(plugins): rollback PR #881 to fix regression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement requires Universal change/release code change must first be implement in Slickgrid-Universal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant