When using SlickGrids selection
and sorting
together I found that the selection is storing the index of the selected rows rather than storing the selection for the data you selected.
How can I fix this so that the selected data is remembered instead of just an index?
A demo of the issue can be found here: http://jsfiddle.net/blowsie/LKf6j/
To reproduce the issue take the following steps;
- Select the first item in the grid
- Sort on name