Hi!
I’m new to AppGyver… I’m building around for 2 days now, checking things out. I like how easy everything is and how many questions are already answered by the community.
Right now I’m stuck. I’m trying to display a table.
n rows, 3-4 colums.
I tried static and I tried with airtable but I’m too dumb to get them lined up properly.
Is this only possible with fixed pixel values?
Thank you very much in advance!
Alex
Update:
I don’t even get it properly lined up with fixed width…
Here I used a row with 3 cells…
120px 70px “grow to full”
Repeating
Airtable
Thats the way
I haven’t been able to figure out how to align four cells of a row so that one cell (with text) has left alignment and other three aligned right. As this is a repeated list of items, end result should be that all items of each row are aligned the same way. For example, all the items of the second cell should have neat alignment and rows would look like real tables. Now that is not the case. Each cell has been defined to be 25% of the row but alignment still is “broken” and seems to depend on len…
But i also found this, i dont know if it still exists
Hey!
Seems like there’s something wrong with the percentages and this would be a bug. Thanks for pointing it out! I got this working by using pixels in the cell width instead of a:b (in Mevi’s screenshot) for both the header row and the data rows, not sure if this will work in your case but at least it’s a small workaround for now