B4A Question Grid, List or Table ? - Lucas Siqueira (first post)    Mar 05, 2024   (1 reaction) use
https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/#content
https://www.b4x.com/android/forum/threads/b4x-cross-platform-editable-b4xtable-form-example.104766/#content B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Apr 03, 2023   (1 reaction) B4X
Table/Grid
SD FlexGrid
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView (by Erel) and with the FlexibleTable (by Klaus). I wanted to make something slightly different B4A Question Grid with xCustomListView ? - Erel (first post)    Aug 23, 2021 Grid can mean many things, it will be easier to help if you post a mock-up layout.
If you mean a table then check:
https://www.b4x.-flexible-table.30649/#content
And:
https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/ B4A Library Grid/Table and ListView Library - stefanobusetto    Oct 25, 2015   (6 reactions) This library allows to create easely grids/tables and
from version 2.50 list views too!
Enjoy!
:)
The original post has been moved
http://www.b4x.-library.16381/page-10#post-168452"
Version 2.50 beta
- Added support for multiline rows
Version 2.51 beta
- Bug fixes
Version 2.52 beta
- Added Type B4A Question How to create grid whidt dinamic columns e rows - Roberto P. (first post)    Sep 12, 2016   (1 reaction) Hello Klaus
I created a grid (see picture) that lets the user select the different cells of a table of colors and sizes.
I was able to integrate this functionality into your class, with good success, although I have to improve some parts.
Now I have to find a way to add a check box in the column h B4A Question I need a Grid that support AutoWidth and Horizontal Scroll - Erel (first post)    Jul 22, 2016   (1 reaction) I believe that the best table implementation is FlexibleTable class. B4A Question Grid for remote MySQL query - vecino (first post)    Sep 07, 2024 You mean of showing it as a typical html table?
The truth is that I have never done anything like that. B4A Question Grid example - Erel (first post)    Mar 20, 2018 Check this table: https://www.b4x.-flexible-table.30649/#content
Sorting and paging can be easily implemented with a SQLite database. B4A Question Grid? - Erel (first post)    Dec 01, 2015 You can use CustomListView class to implement such a table. B4A Question Can B4XTable handle a large SQLite table? - Diceman (first post)    Dec 10, 2020 We are both in agreement here. As far as the grid is concerned, the grid in B4XTable displays only approximately 10 rows at a time from the table which is great. The problem is B4XTable uses a SQLite memory table and a List which consumes even more memory to import ALL the data into the B4XTable. If Page: 1   2   3   4   5   6   7   Powered by ColBERT |