I use B4XTableSelections to multiple select\deselect rows by user, i want to add 'select all\select non feature' in my code regarding if these rows are the original rows or filtered (search result). how to select\deselect rows programmatically? something like;
B4X:
for each row in table
row.select
next