We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wonder if there is an easy way to extract the elementId of the reactable being manipulated while writing a custom JS function.
It would be nice to have the elementId as part of the cellInfo properties.
I guess an easy workaround would be just to insert the elementId in meta.state.
The text was updated successfully, but these errors were encountered:
Good idea! should be quite simple to do. It'd probably fit better on the table state. And yeah, I guess you could just use meta for now.
state
meta
Sorry, something went wrong.
No branches or pull requests
I wonder if there is an easy way to extract the elementId of the reactable being manipulated while writing a custom JS function.
It would be nice to have the elementId as part of the cellInfo properties.
I guess an easy workaround would be just to insert the elementId in meta.state.
The text was updated successfully, but these errors were encountered: