EdsonZanatta
Member
Hello everybody.
In B4A, which component should I use to create a list with columns? For example, I am entering a sale, and when inserting the products, I add them to a list, but separated by columns.
code - description - quantity - value - total
0001 item1 10 10.00 100.00
0002 item2 5 10.00 50.00
.....
And if it is necessary to change any item, I need to inform which column each field is in.
In B4A, which component should I use to create a list with columns? For example, I am entering a sale, and when inserting the products, I add them to a list, but separated by columns.
code - description - quantity - value - total
0001 item1 10 10.00 100.00
0002 item2 5 10.00 50.00
.....
And if it is necessary to change any item, I need to inform which column each field is in.