-
Notifications
You must be signed in to change notification settings - Fork 360
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
Styling (coloring) by conditional JS #124
Comments
Hi @neshorg , Thanks for the post, actually this is already supported in Openblocks! Check this demo below, we're using a select to control another component's background color: |
Hello @neon-balcony, I can't believe I missed this!!! |
True! we should have provided a JS indicator for that. Sorry about the misleading behavior, we'll fix it in the next release. |
Hi neshorg, this issue is already solved, please check it out, and thanks again for your advice and patience.❤️ |
Thanks @limgit, it works great! |
I was wondering if it'd be possible to make (almost) every styling attribute programmable with custom JS? (just like row color in a table component)
Currently with button or other components:
Example of "dynamic" Row Color in a table component...and wishing to use this ability with other colors as well:
The text was updated successfully, but these errors were encountered: