New Release (2026-04-28)
· One min read
Changed Packages
All react-bootstrap-table-ng packages version bump to 5.19.5
Changelog
Bug fixes
- Fixed a redirect issue in Storybook when interacting with custom pagination renderers by ensuring click events are properly prevented.
Features
- Added Pagination Jump Control feature, allowing users to jump to a specific page by typing the page number.
- Standardized component naming:
PaginationJumpandPaginationJumpStandalone. - Added
showPageJumpprop topaginationFactoryfor easy enablement. - Introduced
PaginationJumpStandalonefor fully custom pagination layouts usingPaginationProvider.
- Standardized component naming:
- Added
rowIdPrefixprop toBootstrapTablecomponent for customizing row IDs to provide stable identifiers for integration with external libraries. It could be a string or a function that returns a string. The row ID will betableId-row-keyby default. The row ID will berowIdPrefix-row-keyif a string is provided. The row ID will befunction(row, index)-row-keyif a function is provided.
Improvements
- Optimized pagination component logic for better performance and reliability.
- Updated documentation and added new Storybook stories for the pagination jump feature.
