-
Notifications
You must be signed in to change notification settings - Fork 427
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
Cancel opening detail panel on click #378
Comments
Again all the documentation is directly inside the Row Detail Plugin, I assume you can do what you want with the few events available and then stop the event from bubbling up |
As far as I can tell this isn't possible since returning false inside these events only avoids the rest of the code below it to be ran, panels are still opening no matter what I do inside these evemt listeners, hence this question :) |
You could use the expandableOverride for stopping others opening Not the best way to do it but this is just one way I can think of doing it. As for stopping the collapse happening removing the Hope this at least gives you somewhere to start looking |
better late than never, now available in latest version 5.1.0 also note that a lot changed since this issue was created, we dropped jQuery/jQueryUI and we migrated to TypeScript |
Following this example: http://6pac.github.io/SlickGrid/examples/example16-row-detail.html
Is there a way to cancel the open action after the row is clicked? Or can I toggle if the plugin is active or not on the fly? I want to have one panel open as a maximum and force the user to click [Save] or [Cancel] in the detail panel before a new one can be opened.
The text was updated successfully, but these errors were encountered: