Repeater "Table" with dynamic columns
I'm trying to make a dynamic "table" form using repeaters to add any number of rows and columns. Row headers need to be customisable so the existing
Repeater@table
doesn't fit the bill. I've tried a few odd things but just trimmed it down to this for an example.
Examples of problems in thread
6 Replies
Issue #1 the default row doesn't show any fields - only when you click "Add row"

Issue #2 when adding a column (and updating the hidden field which other things rely on), there is no input added to the existing rows (or header)

Presumably the same problem for both and I'm sure it's just my implementation - need to inject the fields into the existing row data somehow? Just need a pointer on what to look at for that
You’re using 2 repeaters for headers and rows, there’s no way for those to be tied together.
Each repeater has its own headers and rows.
Regardless of the headers - get rid of that and the other problems persist
Can't see how a hidden field can be live either tbh, does that actually work?
For the headers
no?