no worries, I thought about your other question a little bit… i.e. to make duplicates span across multiple columns in a datagrid.
idea:
- put
Labels
on theDataRowPanel
and bind thelabels.text
property toself.item["1602"]
etc… - in the code for the
DataRowPanel
you could change the background colour of each label depending on the Project. - You could even use a data binding for the background color.
proof of concept
https://anvil.works/build#clone:PPJBJQMOSUHWGJKP=OBDZM3ODGDWXQQ7Y5YXH7YQ7
it’s not perfect… could be more dynamic… and would need some css to remove the padding between columns… but…