Set table column values specific to row

I would like to have a table which outlines the versions for a specific Git repository in a nice to-from format. However, table always seems to pick up the options values for the first column and does not set it correctly for each row.

I must be doing something wrong and it's not clear to me what I am doing wrong (it's not documented).

See the attached screenshot. These versions should be different due to the fact that different repos are on different versions. Any idea?

Just to be specific, here is the form the data is in

[
 { name: "portal", from: [ "v0.0.1121", "v0.0.1120", ...], to: [ "v0.0.1121", "v0.0.1120", ...]
 { name: "authentication", from: [ "v0.0.81", "v0.0.80", ...], to: [ "v0.0.81", "v0.0.80", ...]
  ...
]

I would like this structure reflected in the table.

Hi @PeterBocan Are you still working on this? I see a more active table convo here.

Hope it's resolved :crossed_fingers: otherwise, it would be helpful to see how the table is set up in the inspector - or how these values are getting set

Hey Tess, I have completely ditched the table component. We decided to just use date pickers to ease the UX and usability.

1 Like