based on Erel's example, i added checkbox to B4Xtable column and name it 'Select' now i want to iterate thru table rows to get checked-only rows. how to do this?
B4X:
tblPhoneContacts.Clear
CheckColumn = tblPhoneContacts.AddColumn("Select", tblPhoneContacts.COLUMN_TYPE_TEXT)
CheckColumn.Width...