rows_to_display=app_tables.images.search() for row in rows_to_display: L=LinearPanel() L.add_component(Image(source=row['Image'])) L.add_component(Label(text=row['title'])) L.add_component(Label(text=row['info'])) self.flow_panel_1.add_component(L)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter