-
Notifications
You must be signed in to change notification settings - Fork 0
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
Notes Dashboard Form Component #4
Comments
currently we have for example activities selection config, like conditional drop down
there would propably be additionally reporting form fields field that specify which fields to appear on selection, |
note: Is it possible to retrieve data for form table part from config where it would have a values field with all data |
Good question, id take a look at what Angular Forms suggests for this. |
check this for inspiration https://github.com/formio/angular-formio |
so maybe if you have in config complete it will show not editable table |
configuration so that add row is not shown and it is not possible to edit rows( for cases when form is submit as completed), and having configuration for edit button, that will allow editing
|
|
For "is it possible to have also cascade config outside select element? so that each needed select element references it, e.g. cascade: 'activities' and having a key on config activities: [ ... ] or cascade: [ activities: [ ...] ,]?", I think it's possible to put it outside the select element and can you give me more detail example |
|
the above is when we have multiple forms on one dash referencing one cascade data |
so the cascade is from dataraw?? |
dataraw is for table data part |
oh ok, |
The text was updated successfully, but these errors were encountered: