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... B4A Question Hide B4XTable column - vecino    Sep 10, 2024 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.... 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?... B4J Question B4XTable - Hide columns. - LucaMs    Dec 25, 2021 Trying to hide the columns with "even header".
(Project attached)
123412123413... 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    Sep 9, 2020 Hello! I found a way to hide some columns using VisibleColumns on the b4XTable forum, but I haven...)
What do I need to set in the operator B4XTable1.VisibleColumns() to hide the ID column ?... ?
B4XTable1.AddColumn("ID", B4XTable1.COLUMN_TYPE_NUMBERS)
B4XTable1.AddColumn("Name"... B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Sep 21, 2025   (58 reactions)   tags: xuiTable, b4xtable, DataGrid, Table, B4X B4XTable use? 1. Add a B4XTable with the designer. 2. Add the columns: B4XTable1.AddColumn("US County...(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. Customization Many things can be customized. Will start with a few simple things. B4XTable.AddColumn... (can be changed). Attached examples show how to set a custom B4XFormatter. B4XTable.VisibleColumns holds... Share My Creation [B4J] MagmaGRID - Next Generation B4XTable 0$ - Magma    Sep 27, 2025   (11 reactions) — and B4XTable has different visible rows/columns — it works fine when moving through lines and...166535 What is MAGMAGRID? 🧩 MAGMAGRID is the Next Generation B4XTable... The code for the start... fixes... to create a solid class 💪 Why I didn’t make it a B4XLib... I don’t think B4XTable needs... 🔍 Uses: B4XTable, InlineEditing, B4XTableSelections, B4XEval Also I would like to tag some...-generation-b4xtable-0.168499/#post-1032789... 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   |