Hello,
I might have found a bug concerning the column reordering in combination with multiselect and sorting.
Please take a look at the following jsFiddle: http://jsfiddle.net/WEBmR/
if you select a row you see the id of the selected row that was passed to the onSelectRow callback in the text below the table.
If you reorder (swap columns) the key column (id) and then sort by another column (e.g. forename) and select a row, a wrong property is passed to the onSelectRow method (e.g. the forename is passed instead of the id).
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top