Need assistance using buttons created from a dynamic list using a struct

  • in the avatar widget, create a variable of the type the Data Table uses and expose it:

Widgets can use it during construction and for interaction later on.

  • when you populate by creating avatar widgets, pipe in the struct data from the DT:

We do not loop or access the DT inside the avatar widget; each avatar has its own respective struct and that one struct only.


And if it ever needs updating:

Or overwrite the entire struct, if needed.