Hi, I have a very quick question. How can you remove the below borders on a list viewer that separate each item? Like these:
Or at least tell me what I can do to fix this bug. This is what it looks like on the Design section:
(I needed to differentiate them from one another because when the user clicks on the number, it goes to the phone app and it doesn’t work if it’s not a number.)
I think you could concatenate the text in 1 list viewer. Then get the substring when you want data from it
You could use a separation symbol as the benchmark to start your substring. Then get text from the symbol + 1 to the end of the string.
Now all text is on the same line.
ok I will try
Thanks
1 Like