I’m trying to create a grid layout with dynamic rows and columns based on database items. Rows are Thing A, Columns are Thing B. Thing C has a value for Thing A and a value for Thing B. Each cell (row+column) has a checkbox which is checked if there is a Thing C with Thing A and Thing B.
Based on other forum posts I figured out how to do this:
The key is to make sure the column is in a group of its own. I did this in my own app where I am mimicking the Monday app to create my own with similar functionality. Hope that helps.
Thanks for the answer! I’m not sure I understand what is supposed to be in a group? The columns are generated based on database values so I don’t think I can group them individually beyond what I have already done (see screenshot below)
I like your setup, and the idea of aligning columns dynamically is great. To keep columns and titles aligned without horizontal scrolling, you could try using fixed widths for the column groups or adjust the responsive settings in Bubble to handle varying lengths.
Hi I get what you mean here but the title and the checkbox are in different repeating groups so they can’t be in the same group. Both rows AND columns are dynamically generated by repeating groups so there is a repeating group for each column inside each row.
Could you show the editor of your Monday app so I can understand what you did?