-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dynamic childClass #58
Comments
Currently the addon does not support passing What kind of state do you want to indicate? There's already quite a number of HTML classes applied, reflecting all states of the draggable stuff. |
@lolmaus I'd indicate business logic' state, not related to its "draggability". |
Can you do it on a child element? A graceful solution would require exposing the child element. This is a right thing to do but it takes a larger refactoring and a breaking change. |
I'm pretty new in frontend, so it's hard to invent something mostly because of restrictions made by surrounding |
Please show your template code. |
Hi! Is there a way to evaluate
childClass
dynamically for each item?I want to color list' items depending on their state.
Also I use it in table, so
childTagName
istr
and I can't specify its style inside blockThe text was updated successfully, but these errors were encountered: