wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

_toggleCheck is broken #416

Closed fvaletas closed 4 years ago

fvaletas commented 4 years ago

Run https://live.bootstrap-table.com/code/fvaletas/5113

Reorder column "Item name twice" (item 9 is now the first one), Select item 9 then click getSelections button => Item0 is selected

bootstrap-table.js line 7299 : var row = this.options.data[index];

this.options.data is the original data, not the sorted one