Accessing data from a dropdown menu instantiated as an embedded view in a table

You are writing down the dropdowns options in the database when they click a row?

Thats not neccecary!
in your view with the dropdown you can add the params (or just the ones you need):

column
columnIndex
row
rowIndex
value
rowData

These will get automattically filled in to each row correctly, no need to bind it in the viewParams either!

Here i just use a textfield and label but you see what i mean?^^


(viewpaths name is just ‘text’ xd made a quick example)
image

image
image

image

1 Like