-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Howto read DropTo option value for a specific board? #144
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
@marcosrocha85 maybe you can help me and answer some of that questions? |
Thank you I've used your code sample
but slightly modified and simplified it:
|
Nicely done!!! At that time I wasn't able to use filter (I can't remember why). Please close the issue if your problem was solved. I suggest you to create different issues for different questions. |
Hello and thank you for your awesome library.
As I can see dropEl callback fires even if item cannot be dragged to the target board (DragTo option of the source board doesn't have target board Id in it). I need to identify such situations (and don't perform all logic that is called in case of "allowed" drag).
I've started with the following code but I have no idea howto read
DropTo
option value here (I pass an extrajKanban
value in my function because I need it to find a board):The text was updated successfully, but these errors were encountered: