Align listview data

Hi,

I have got a code that reads data from google sheet and show the data in list view (table format).

This is my google sheet:

And this is my blocks:
align

It works but the outcome looks messy:
result

See that each column are separated by the pipe |, but the data in each column are not align in the same column area. I understand that's because of the way my blocks join the data but is there a way to join the data so that the data actually look like they are aligned int he same columns similar to a table view?

I am not sure if I have explained the issue clearly, but hopefully the image explains.

thanks all,

You can use the Tableview extension instead of a listview

You can use multiple listviews, as long as the row height remains the same for all listviews

2 Likes

Thanks a lot @TIMAI2!

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