Listview or TableArrangment?

Hi.

With Listview y can display a string…
Can i display some kind of table?
Let’s say like a 3 columns by x lines?
I will hardcode (fixed) the values in the program, no external input, but it could be many lines.
Is posible without external extensions? I see there is a " Table Arrangement" in Layout-General but in the docs is not clear tha i can variable the number of lines …
No airtable …

Thanks in advance.

better not to thank in advance but elaborate ur post what u want to ask

1 Like

Well i do not write so well but it seems not very bad.

The question is:

Can i display some kind of table?
Let’s say like a 3 columns by x lines?

Currently i display in Listview strings that could be divided by cells or fields in a table. By reading the docs it is not clear to me if i can display it easy with a TableArrangment.

Or how can easy display it without extensions.

Thanks.

Done with Gridview … the only “if” is that can show the lines separating cells or rows :slight_smile:

This is a great extension to display a table

1 Like

I done it with 3 listviews … :frowning: