B4A Library [Class] Flexible Table - klaus    Jul 14, 2024   (50 reactions) 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 row B4J Question B4XTable - Hide columns. - Erel (first post)    Dec 27, 2021   (1 reaction) The table acts as a user interface element and as a data store. The VisibleColumns list allows the developer to include data that will not be displayed, but will still be accessible programmatically. B4A Question Slow CustomListView because of inside Table - klaus (first post)    Apr 11, 2022 I am afraid that you will get trouble with this.
The Table object is basically a ScrollView.
This means several ScrollViews in another ScrollView.
The scrolling of the whole could be problematic.
How many rows are in the Tables ?
The Table object is a huge one. B4A Question Increase search ability SQLite (Solved) - aeric (first post)    Dec 07, 2022 I see. The “Table” is the furniture of a building he must be referring to. Ops, I am start talking like a yoda. B4J Tutorial [XLUtils] Creating Tables - Erel    May 09, 2021   (20 reactions) 113076 Tabular data can be converted to a Table object. Excel provides all kinds of nice features related to tables: https://www.bluepecantraining.com/portfolio/convert-data-to-an-excel-table/ Tables are supported in XLSX (2007+) workbooks. Creating a table is a matter of calling XLSheetWriter.Cre B4i Question Table.insertRowAt - something similar - h725 (first post)    Jun 06, 2016 Table (module) B4J Question B4J why does jo.RunMethod("setTextAlignment", Array("RIGHT")) fail? - johnmie (first post)    Oct 19, 2021 My table is not a conventional table, but a workaround for a table in BBCodeView which normally allows you only to set MaxWidth and Alignment. If a text is longer than the Maxwidth then all cells thereafter are chased to the right and the table no longer looks like a table with neatly aligned column B4A Question Table - fishwolf    May 31, 2019 Exist a Table class or library that:
1) List rows with scrolling, no page as B4XTable
2) Fix some colums from horizonal scrolling, ex: Fix the first 2 columns, scrolling other columns
???
Thanks B4A Question How is column width being set? - klaus (first post)    Jan 01, 2024 The Table Class used in the demo program of the Read / Write Excel files on Android thread is a very very old one. There does exist a more recent Class in the Flexible Table thread, which is an evolution of the Table Class. The latest Class version is 1.44, this is the TableV1_44.zip project. And th B4J Question insert a table in email - marcick (first post)    Sep 09, 2021 I mean, the string "Mark 322 17 19" should be formatted with proper spacing so that it appears aligned with the other lines.
And each field in the string is right aligned at a certain column. Page: 1   2   3   4   5   6   7   Powered by ColBERT |