widgetti / widgetti/ipyvuetify
Cannot access to _metadata property in Html and VuetifyTemplate components
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
I am working on a new voila template by adapting https://github.com/voila-dashboards/voila-vuetify...
In one of the apps that we have created, we use v.VuetifyTemplate to include dynamic javascript code in the DOM, however, with the voila template, anything that is not passed as direct child of the target component (the one that has the mount_id), won't be created in the DOM.
I tried to use some of the v.VuetifyTemplate properties to specifically create its view but I couldn't find anyone with similar capabilities of the _metadata property from VuetifyWidget class, is there a way to give those components an unique id?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the VuetifyTemplate and VuetifyWidget components described in the issue, then reproduce the behavior in a voila-vuetify template with nested content and dynamic JavaScript. Done means the required nested content can be created in the DOM and the component exposes a documented way to provide unique identifiers or equivalent metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100