Hello!
Is there any way to edit directly in the b4xtable cell?
I refer to the link example:
At the moment I use TableView with EditText but it gets heavy with many lines.
There are files with more than 20000 lines to load and this makes the application extremely heavy when made in TableView with EditText.
Anyway, I'm trying to find a way to replace my C# - made apps with those made in B4J.
Is there any way to edit directly in the b4xtable cell?
I refer to the link example:
[B4X] B4XTable - Cross platform, sortable, searchable, customizable table
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"...
www.b4x.com
At the moment I use TableView with EditText but it gets heavy with many lines.
There are files with more than 20000 lines to load and this makes the application extremely heavy when made in TableView with EditText.
Anyway, I'm trying to find a way to replace my C# - made apps with those made in B4J.