Row Index 0 can't be selected
Does anyone encounter this problem? If so, can you tell me what did you do to resolve this bug

5 Replies
puzzled-coral•2y ago
I have never encountered this. You probably have some "truthy" bug where you're reading the index/key instead of the selection state instead of the value
rich-copperOP•2y ago
I use
row.getIsSelected() to check if the row is selected
puzzled-coral•2y ago
Have you verified that the row selection state is correct?
Is this a bug showing selection state or selecting the rows in the first place?
rich-copperOP•2y ago
It turns out that the row is being selected, but after it is selected, the row selection is being reset.

puzzled-coral•2y ago
probably a problem with your
onCheckedChange function. Looks a bit sketch wit the value thing and multiple selection states