I need to create a simple grid like below.
The data is in an array.
I reviewed various example but cannot seem to get it to work in my project.
Not clear why there is a form for the CLV and another form with fixed text variables?
Can't this data be put directly into the CLV?
The columns are not fixed but will vary based on the data.
Is there an example or code that can simulate what i am trying to do.
B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in-memory SQLite database. How to use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name"...