On a table widget,image and 3 coloums more

Hello everybody,

I need to make a table with one image and 3 more informations next to it.
On card layout it shows only one text next to it.
If If I sellect table layout it doesnt show pictures,it shows only url.
Still cant figure out how list layout works.

Maybe it is very easy but I couldnt do it.

Thanks in advance

You can use template string. To do this, add the field name between the double percent sign.

image

You can also use html markup here:
image

Check the example cards.pma (18.2 KB) cards_html.pma (18.2 KB)

Thank you very much.

Also is it possible write bold part of the texts.

Ex:
KATEGORİ:%%Kategori%%
ÜRÜN ADI:%%urunadi%%-
SİPARİŞ MİKTARI:%%urunmiktari%%

KATEGORİ:,ÜRÜN ADI:,SİPARİŞ MİKTARI: should be bold

<b>KATEGORİ:</b>%%Kategori%%<br>
<b>ÜRÜN ADI:</b>%%urunadi%%<br>
<b>SİPARİŞ MİKTARI:</b>%%urunmiktari%%

Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.