Bootstraptable version(s) affected: v1.18.0
Description
Steps to reproduce:
Fixed label has been added, but the PR hasnt been merged yet.
Having a related issue:
selecting a row after doing a search, then deleting the search, results in the wrong row selected.
The rows get selected based on their index at time of selection (which changes when doing a search, sorting or filtering in any other way).
Also #5420 and #5384 seem related.
That feels like a major bug. Will follow this conversation about a solution. I personally like #5414 approach of having a UID for each row.
Most helpful comment
Having a related issue:
selecting a row after doing a search, then deleting the search, results in the wrong row selected.
The rows get selected based on their index at time of selection (which changes when doing a search, sorting or filtering in any other way).
Also #5420 and #5384 seem related.
That feels like a major bug. Will follow this conversation about a solution. I personally like #5414 approach of having a UID for each row.