Releases: XactSystems/b-pagination-table
Releases · XactSystems/b-pagination-table
Explicitly define the BVN components
Explicitly define the BVN components used in the pagination table. b2808fa
V3 release using bootstrap-vue-next.
Replace bootstrap-vue with bootstrap-vue-next.
Replace webpack with Vite as the build tool.
v2.0.1
- Set the v2.0 branch in the publish command. c99031f
- Fix for parent event handlers not being attached to the b-table element. It's a complex issue with @vue/compat.
- See vuejs/core#4566 (comment) c15f8bc
v2.0.0
Fix issue with page length when pagination disabled.
- Fix issue with page length when pagination disabled. 4f92bf9
Add header-left and header-right slots.
v1.0.25 1.0.25
v1.0.24
Track selected rows across pages
Track selected rows across pages and re-display when changing pages.
Add the getAllSelectedRows() method to retrieve the selected items across all pages.
Document the methods in the README file.