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 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. 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. 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) 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 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 B4J Tutorial [BANano] MySQL CRUD with PHP - Part 3.1 (A look an inline PHP) - Mashiane (first post) May 24, 2019 (1 reaction) 4. Create a table in the MySQL server 80689 Our table definition expects the indication of the table name, the primary key, whether its going to be auto incremented and the number of dummy records to create. As soon as a user selectes Create MySQL Table, the code to create the table is executed, B4A Question ScrollView2d disappeared (Solved) - klaus (first post) Sep 29, 2021 (1 reaction) The code you show is an old version of the Table class.
The Table class needs the ScorllView2D library.
You say that you have the two ScrollView2D.jar and ScrollView2D.xml files.
These two files must be in your AdditionalLibraries folder like the other additional librariers.
In the IDE, in the menu B4J Tutorial SithasoDaisy TailwindCSS UI Toolkit: Q & A - Enrico Fuoti (first post) Sep 03, 2023 (2 reactions) Hello Mashiane,
i have a few questions regarding tables.
1) is it possible to avoid the gap that separates the rows in a table?
2) is it possible to change font and/or text size for table rows ?
3) is it possible to give the table a "grid" type format (excel style) ?
4) is it possible to give th Page: 1 2 3 4 5 6 7 Powered by ColBERT |