secondary dynamic table (in bubble), would it be possible?

secondary dynamic table (in bubble), would it be possible?

AllcorAllcor Posts: 16Questions: 5Answers: 0

The data I am working on has a one-to-many relation with various id's from other sources on the same item. I like the user to see them and be able to add a new key+id pair. The way I envision this would be to have a different table dynamically populated when clicking the id field. Preferably only shown then.

How hard would this be?
Can the data tables library help me?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Answer ✓

    The way to do this would be with a custom field type plug-in that can display a suitable table.

    There isn't currently a field type plug-in that will show a DataTable inside it, but it should be possible.

    One thing to be aware of is that Editor is currently only capable of showing a single form on the page at a time. Although you can have multiple instances of Editor, only one can be in edit mode at a time.

    Allan

  • AllcorAllcor Posts: 16Questions: 5Answers: 0

    Thanks for the answer Allan!

    We decided to work on something else first. Hope to work on this a bit more in the future.

This discussion has been closed.