In my app, I’m using a data viewer grid to display data. But these rows are limited to only two blocks per row. It looks very uneven and is also a waste of space. I want to display my data in a grid like the way apps are displayed on a phone, with around four items per row.
Is there any way I can break these size restrictions and display my data?
I got what you mean. I tricked Thunkable by placing TWO images side by side (in the custom layout) and this way I forced Thunkable to repeat them on the screen and it looks like you have 4 icons in a row.
If this can be a solution to what you have now then you need to modify the structure of your table to fit this customization.
Can you go to main Thunkable page and delete saved layout for this particular one from the Saved Custom Layout List. Just a suggestion because I could not think of anything else.
Thanks for the tip. Will reduce the image size.
Also, there’s another problem. I want to navigate to a page(specified in my data table) when any image is clicked. But since there are two image in one DVL that are meant to be separate, both images are clicked at once. Do you know of any workarounds?
In the data viewer grid, you can drill down to each component. The image here is for a list but the same applies here. I do not have the exact answer but I know with your level of persistency you will find a way.
I initially tried to find a when column1 click block, but I didn’t find any, so went with image. The only thing is that the user will go to the wrong pageif he/she is slightly off-center.