Closed
Description
Describe the bug
select rows on a large btable introduce a ton of cell re-rendering even for unrelated rows, resulting in poor performance.
Steps to reproduce the bug
- Go to https://jsfiddle.net/wk8zd50e/
- Click on one or more rows
- See the sloppiness of the select update
Expected behavior
I would expect the selected row to be shown instantly, I would expect to see in the vue dev-tools the re-rendering of the affected rows only, not the whole table
Versions
Libraries:
- BootstrapVue: 2.0.0-rc.28 (latest)
- Bootstrap: 4.3.1
- Vue: 2.6.10
Environment:
- OS: Windows
- Browser: Chrome, Firefox
- Version: latest