Hello, is it possible to hide columns of a B4XTable?
I don't want to delete it but to hide it, so that I can access its information, even if the column is not shown on the screen.
Thank you very much.
Hello! I found a way to hide some columns using VisibleColumns on the b4XTable forum, but I haven't been able to use it, for example, after creating a table, how do I hide the ID column ? B4XTable1.AddColumn("ID", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name"...
Hello! I found a way to hide some columns using VisibleColumns on the b4XTable forum, but I haven't been able to use it, for example, after creating a table, how do I hide the ID column ? B4XTable1.AddColumn("ID", B4XTable1.COLUMN_TYPE_NUMBERS) B4XTable1.AddColumn("Name"...