Closed fvaletas closed 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
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