Skip to content

Side panel refresh failure #9651

Answered by melohagan
Bitello asked this question in Help
Feb 10, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @Bitello

The nesting of components will be important for this one.

Consider the following example where you have a table of Employees and a side panel that contains a 'create' form for a new Job.

The way to achieve this, you will have a nested structure along the lines of this:

So here the form for the Jobs table sits a level above the Employees table. Therefore in our table icon component we can define actions as follows:

  1. Open the 'New job side panel'
  2. Update Field Value of the Assigned (employee relationship) to the _id of the current employee row.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Bitello
Comment options

@melohagan
Comment options

Answer selected by Bitello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants