I am using Table View Flexible Table Class. Here I want to add an image to a column. How to Achieve this? Please Note that I want to Insert More than 100 rows.
Requires B4XTable v1.01+: https://www.b4x.com/android/forum/threads/b4x-b4xtable-cross-platform-sortable-searchable-customizable-table.102322/#content This example demonstrates the steps required to create cells with custom layouts. Each cell in B4XTable is made of a Panel with a Label. The...
Sorry, it is not possible to add images in the Flexible Table Class.
All cells are Labels.
But, you could make your own table class or as already suggested use B4XTable.