which of these tableviews i should use best, when i have more columns than fits on the screen...and a lot of rows.
So i want to mainly scroll vertically, and sometimes scroll horizontally too. Also hide some columns.
I have seen the B4XTable (just horizontal scroll), the webview (no selection as far as i see), and the normal vertical scroll tableview (no horizontal scroll for more columns)
when i have more columns than fits on the screen...and a lot of rows.
So i want to mainly scroll vertically, and sometimes scroll horizontally too. Also hide some columns.
This thread will be used by Erel, Melamoud and myself to discuss / post new releases of the Table class. The table class is a flexible UI component that enable scrollable table like UI, with sortable columns, multiselect rows etc the table is very efficient, maintaining labels only for visible...
www.b4x.com
It includes an example where you can scroll horizontally and vertically and freeze the first column. Read in the commented section of the class modules all the additions over time implemented by klaus.