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(table): upgrade gridjs to version 6.0.6 #158

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

dominicegginton
Copy link
Collaborator

This upgrades gridjs to version 6.0.6. This version includes a fix for a bug that was causing the table to not resize when the resizable property was set to true.

fixes #132

@dominicegginton dominicegginton self-assigned this Aug 4, 2023
This upgrades gridjs to version 6.0.6. This version includes a fix for a bug that was causing
the table to not resize when the resizable property was set to true.
@dominicegginton
Copy link
Collaborator Author

dominicegginton commented Aug 4, 2023

It looks like GridJS events such as ready are not being emitted causing which therefore does not emit the arc-table-ready. This is being tracked here.

@dominicegginton dominicegginton merged commit 3942df6 into dev Sep 21, 2023
@dominicegginton dominicegginton deleted the upgrade-gridjs branch September 21, 2023 08:21
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.

ArcTable resizable property not working in reactjs
1 participant