How do you place two div's side by side
i'm trying to create a mobile app with a profile view of sorts so i need two divs to appear side by side and i cant get that to happen when i use the editor
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
i'm trying to create a mobile app with a profile view of sorts so i need two divs to appear side by side and i cant get that to happen when i use the editor
Hello! Please try to use Grid component.
Is the grid the only way to do this? I'm trying to display an array of information returned from a REST API call in a grid form. That does not appear to be supported with the grid component. I can have the array information added as rows to the grid, but not columns.
For example, the rest API will return a list of image URLs. I would like those images to be displayed side by side in a grid form, with as many as will fit on each row.
Ideally I could just set a div to display=inline, and the divs would appear in a grid. I've tried adding display=inline to the custom components, but it doesn't seem to be working. Am I missing something?
You can use the Panel component: http://help.gotiggr.com/documentation...
I tried that, but even after resizing them and setting a custom display component to 'inline', the panels still display on top of each other.
I tried that, but even after resizing them and setting a custom display component to 'inline', the panels still display on top of each other.
Can you show a screen shot of how it looks and maybe how it supposed to look? If you can show the code you used, that would also help.