Hello,
I am currently displaying a data table in a B4xTable. I will want to display two levels of data for each row. Primary information on one line + a button to expand the line down and display secondary information. (attached exemple)
Is there a view (B4X) for this kind of behavior ?
Are there any plans to add expends functionality to b4xtable?
This class replaces the custom CustomListView module (https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/). It works with the standard xCustomListView library. It is compatible with B4A, B4i and B4J. Instructions: An expandable item layout should...