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

Dynamically Add/Change Column Definitions and Grid Options #57

Closed
ghiscoding opened this issue May 15, 2018 · 2 comments
Closed

Dynamically Add/Change Column Definitions and Grid Options #57

ghiscoding opened this issue May 15, 2018 · 2 comments
Labels

Comments

@ghiscoding
Copy link
Owner

I'm submitting a feature request

Current behavior:
Not currently available

Expected/desired behavior:

  • What is the motivation / use case for changing the behavior?
    I want to be able to change/add Column Definitions dynamically and/or change Grid Options dynamically
@ghiscoding
Copy link
Owner Author

This was brought up in my Angular-Slickgrid repo and is now supported. I am assuming we can also do this in this repo.

Some references

  • issue #20 on the Angular-Slickgrid repo
    • a few notes and test cases are shown in there
  • in that repo, there's a Getter on columnDefinitions which will trigger a translateHeader() if the Column Definitions changes, see here and here
    • we probably need to do the same in Aurelia

Reference PR #55 this PR is what will make this possible.

@ghiscoding ghiscoding changed the title Dynamic Header and Grid Options Dynamically Add/Change Column Definitions and Grid Options May 19, 2018
@ghiscoding
Copy link
Owner Author

closed with PR #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant