-
Notifications
You must be signed in to change notification settings - Fork 161
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
Grid does not recreate its columns collection after data change #14315
Labels
🐛 bug
Any issue that describes a bug
grid
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
Changing autoGenerate to true just before changing the data works:
|
georgianastasov
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Jul 9, 2024
This was referenced Jul 9, 2024
This was
linked to
pull requests
Jul 9, 2024
georgianastasov
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Jul 9, 2024
georgianastasov
added
🛠️ status: in-development
Issues and PRs with active development on them
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
🛠️ status: in-development
Issues and PRs with active development on them
labels
Jul 17, 2024
This was
unlinked from
pull requests
Jul 18, 2024
georgianastasov
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Jul 18, 2024
This was referenced Sep 12, 2024
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
grid
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Steps to reproduce
autoGenerate
set to truethis.grid.shouldGenerate = true
Result 1:
See console:
data
propertyResult
Grid does not recreate its columns based on the new data bound to the
data
input propertyExpected result
Grid to recreate its columns based on the new data bound to the
data
input property and No errors to be thrown initially.The text was updated successfully, but these errors were encountered: