How to add multiple text in each item of listview. Like "Title" "Subtitle" "Views" "Likes"

Is it actually possible using the simple ListView component, I mean without using any extension. Please Help.

1 Like

What have you tried sofar?

2 Likes

1 Like

And what happens when you put that data in a listview?

With some testing i can see you can get 2 lines. I couldn’t make it show 3 lines.

image

2 Likes

It is something like this :roll_eyes:

1 Like

If you want more formatting you have to use the listview text and image component or use an extension.

2 Likes

Hey, if you need line breaks in ListView, enable HTML, and replace \n with <br>

4 Likes

Thanks its working

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.