Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.1-incubating-core-SNAPSHOT
-
None
-
None
-
ALL
Description
In SortableModel class, getRowKey() returns sorted index of the current row. For the same row object, different sorting can change its sorted index and hence change its rowKey.
getRowKey() should return base index, because base index of a row object will not be changed by sorting. If we change getRowKey(), we need to change setRowKey() too.