I want the repeating group to display 25 rows and 7 columns but for some reason I am not able to do that
Hello @alexej.041028
What you’re trying to build here calls for 25 x 7 = 175 items, which is too heavy for the initial load.
If you want, you can explain more about what you want to make so that I can guide you better.
Your goal is to make a table. right?
25x7 = 175. Can you confirm the list of data you’re displaying in your repeating group has at least 175 items? If not, the list will cut short. If it does, I’d make sure the math between your row height, number of rows, and repeating group height all line up properly.
I am trying to make a calendar similar to google calendars calendar, this also includes the function to ad different events . Also I don’t want to use bubbles calendar plugin because I don’t like the way it looks, so i decided to make one my self from scratch. In the screenshot above, I am trying to build the week calendar were the time is displayed on the right side and the day and date is displayed on the top
For this, you must use two RGs inside each other. (Nested)
One with 7 columns and the other with 24 rows.
Make sure you are using the right database design before proceeding with the build.
What is a RG? I am new to bubble so know all the terms
Oh repeating group
Do I just place the repeating group inside of a cell, or were do i place it?
Yes, put it inside a cell.
You can convert it to a reusable element for better control.