We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I've used ng-admin for only 2 weeks, so, please, forgive me if I've misunderstood something.
I would like to be able to hide a whole row from editionView - label+field - depending on current value of some other field.
If I set cssClasses to 'ng-hide' it hides only fields but not the label and the row still exists.
Is there any solution of my issue?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Nope, you can't do that with field configuration ; you'll have to use a custom template for the edition view, see for instance https://github.com/marmelab/ng-admin-demo/blob/gh-pages/js/products/config.js#L90.
I know it's a bummer, so I'm keeping your issue open as a feature request.
Sorry, something went wrong.
Thank you for the reply!
No branches or pull requests
Hi
I've used ng-admin for only 2 weeks, so, please, forgive me if I've misunderstood something.
I would like to be able to hide a whole row from editionView - label+field - depending on current value of some other field.
If I set cssClasses to 'ng-hide' it hides only fields but not the label and the row still exists.
Is there any solution of my issue?
Thanks a lot!
The text was updated successfully, but these errors were encountered: