Hi,
I have a async table with a content provider value, so than I can use “select all rows checkbox”.
In each row I have a single check box and “select row on click”, so when I click, the row will be selected. But I need the row selected only if I click in a single checkbox and not on entire row.
How is this possible?
Thanks!