You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am using a file called index2.js, that adds two custom behaviors to reactable's js code:
support hydrating react elements (essentially a no-op)
potentially evaluate parameters with custom JS
For (2), I had to manually code the names of all props that may be custom JS code. We should make sure every parameter that supports this behavior is in there, so we have a fully worked out index2.js file, to potentially PR to reactable.
The text was updated successfully, but these errors were encountered:
Currently, I am using a file called index2.js, that adds two custom behaviors to reactable's js code:
For (2), I had to manually code the names of all props that may be custom JS code. We should make sure every parameter that supports this behavior is in there, so we have a fully worked out
index2.js
file, to potentially PR to reactable.The text was updated successfully, but these errors were encountered: