-
Notifications
You must be signed in to change notification settings - Fork 54
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
Controlled component #3
Comments
@janbaykara That would be easy to add. Do you think driving it by index ( |
@drcmda Driving it by index could work, sure, especially given that we're just providing arrays and key accessors ourselves. Could supply a console warning when calling |
@drcmda Hey, what is the status of this? I am trying to synchronise the open state with a router and navigate to the grid with the cell expanded with key parsed from the url. Is it possible to trigger specific cell to be opened without click event? Thanks |
Could i interest you in making a PR? I'd guide you through the react-spring update as well. |
Is there a way to set the 'open' element by key as a prop, so Grid can be used as a controlled, stateless component? You could use this to, say, synchronise the open state with a router system.
The text was updated successfully, but these errors were encountered: