Skip to content

Expose JavaScript Reactable function.#403

Merged
glin merged 3 commits intoglin:mainfrom
krystian8207:main
Jan 20, 2025
Merged

Expose JavaScript Reactable function.#403
glin merged 3 commits intoglin:mainfrom
krystian8207:main

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