B4A Question [SOLVED] B4XTable Dynamically Show/Hide Column - Jeffrey Cameron    Jan 31, 2020 with B4XTable v1.17, XUI v1.92 and XUIViews v2.23. I'm sure there's some finer point in the table..., I have looked at the examples here and I can replicate this issue using the B4XTableExample program... B4J Question B4XTable - Hide columns. - LucaMs    Dec 25, 2021 Trying to hide the columns with "even header".
(Project attached)
123412123413... B4A Question B4xTable hiding Column - Scantech    May 28, 2019 I have been trying to figure out how to hide a B4XTable column without any success. Does anyone know how?... B4A Question b4xtable hide column - makis_best    May 9, 2019 Hi
Can I hide some columns from a b4xtable?
How?
Thank you... B4A Question B4XTable, hide one or more columns - vecino    Jan 28, 2022 B4XTable, Is it possible to hide one or more displayed columns?
I am testing like this with a 2...: B4XPage_PermissionResult
Error occurred on line: 566 (B4XTable)
java.lang.ClassCastException: java.lang.String cannot... B4A Question How do I hide a column in B4XTable ? - vmag (first post)    Sep 10, 2020 Thank you, here I am slow-witted, I studied this example and did not notice...
B4XTable1.VisibleColumns.RemoveAt(B4XTable1.VisibleColumns.IndexOf(NumberColumn))
B4XTable1.VisibleColumns.InsertAt(1, NumberColumn)
B4XTable1.Refresh... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Oct 30, 2022   (56 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable .Get(ColumnId) Log(cell) End Sub B4XTable.GetRow returns a Map with the row data. The row values are mapped to the columns ids. Tip: You can access the visible row ids with B4XTable.VisibleRowIds... (can be changed). Attached examples show how to set a custom B4XFormatter. B4XTable.VisibleColumns holds...B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in....b4x.com/basic4android/images/SS-2019-02-07_15.33.03.png How to use? 1. Add a B4XTable... B4A Question How to Set Visible Column using B4XTable ? - Ajws (first post)    Sep 7, 2020
https://www.b4x.com/android/forum/threads/b4xtable-hide-column.105641/post-661563
https://www.b4x.com/android/forum/threads/b4xtable-hiding-column.106223/post-664958
... B4A Library [B4X] B4XTableSelections - extended selection modes for B4XTable - Erel    Jan 13, 2022   (17 reactions) https://www.b4x.com/basic4android/images/java_pBh7rhOHqQ.png B4XTableSelections extends B4XTable.... MULTIPLE_LINES - selection of multiple lines Usage: Initialize B4XTableSelections and set the mode: XSelections.Initialize(B4XTable1) XSelections.Mode = XSelections.MODE_SINGLE_CELL_TEMP Implement these two events like this: Sub B4XTable1_CellClicked (ColumnId As String, RowId As Long) XSelections.CellClicked(ColumnId, RowId) End Sub Sub B4XTable1_DataUpdated XSelections.Refresh End... B4A Question xCustomListView with Four Columns of Imageviews and many Rows - Mahares    Jan 12, 2019 I wanted to accomplish what Erel did in the below link in post #3, but with 4 or multiple columns of imageviews not one imageview column. https://www.b4x.com/android/forum/threads/applying-lazy-loading-to-xcustomlistview-with-imageviews-bitmap-files.101299/ I have a list of bitmap files to show in succession on an xCustomlistView that has 4 columns of imageviews and below each row of imageviews there are 4 labels showing the bitmap files in each imageview. If I extract random files from... Page: 1   2   3   4   5   6   7   |