Hi there,
I want to make a calendar app, so I need to display the days in a specific month. I would like to display the days in a Data Viewer Grid, so the user can select the appropriate one.
However, Thunkable updates the values in a Table Data Source extremely slow.
Method 1 I tried: (took 23 seconds to load by creating new rows)
I have also tried the DVL hack from @jared, but it got even slower.
Method 2: (This way, it took 24 seconds to load. )
The days in my calendar are loading extremely slow:
(Here you can see that the app creates the rows one by one, but I need 31 of them to create a whole month, so it takes a lot of time.)
I read in the community, that other thunkers have the same issue as well:
Does anyone have a workaround for this or is Thunkable planning to make tables faster?
Thank you!