Open GoogleCodeExporter opened 9 years ago
Yes, I have found the same problem. The error in the code is on line 527 of
PagingScrollTable.java. It should check for DEselected rows, not selected rows
there.
Set<Row> deselected = event.getSelectedRows();
SHOULD BE:
Set<Row> deselected = event.getDeselectedRows();
Original comment by wendy.bu...@gmail.com
on 9 Feb 2012 at 5:33
Original issue reported on code.google.com by
j.steven...@har.mrc.ac.uk
on 25 Jan 2012 at 2:33