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

Expose JavaScript Reactable function. #403

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Expose JavaScript Reactable function. #403

merged 3 commits into from
Jan 20, 2025

Conversation

krystian8207
Copy link
Contributor

Closes #400

@krystian8207 krystian8207 changed the title Expose Reactable JavaScript function. Expose JavaScript Reactable function. Jan 15, 2025
Copy link
Owner

@glin glin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@glin glin merged commit c4e9b91 into glin:main Jan 20, 2025
0 of 10 checks passed
@glin
Copy link
Owner

glin commented Jan 21, 2025

Heads up @machow for whenever you might pull in these changes, the Reactable component is no longer a default export, so any imports just need to be changed to:

- import Reactable from './Reactable'
+ import { Reactable } from './Reactable'

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.

Is there a way to create nested reactable with JS?
2 participants