mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
20190326 release
This commit is contained in:
parent
2a886fa876
commit
56d2d86097
@ -97,7 +97,8 @@ Default size per page have **10**, **25**, **30**, **50**. You can assign a numb
|
||||
Default is `true`, you can disable it if you don't want to show the **"Go to first"** and **"Go to last"** page buttons.
|
||||
|
||||
## pagination.alwaysShowAllBtns - [Bool]
|
||||
Default is `false`, which means `react-bootstrap-table2` will hide the next or previouse page button if unnecessary. Anyway, you can still show them always via `alwaysShowAllBtns` prop.
|
||||
Default is `false`, which means `react-bootstrap-table2` will hide the next or previouse page button if unnecessary. Anyway, you can still show them always via `alwaysShowAllBtns` prop.
|
||||
If you also enable `withFirstAndLast`, this prop also keep to show first and last page when you enable it.
|
||||
|
||||
## pagination.firstPageText - [Any]
|
||||
A quick way to specify the text on the first page button.
|
||||
|
||||
26
website/blog/2019-03-26-version-bump.md
Normal file
26
website/blog/2019-03-26-version-bump.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: New Release (2019-03-26)
|
||||
author: Allen Fang
|
||||
authorURL: https://twitter.com/allenfang_tw
|
||||
---
|
||||
|
||||
## Changed Packages
|
||||
|
||||
We got following package version bump in this release:
|
||||
|
||||
* `react-bootstrap-table-next@3.0.3`
|
||||
* `react-bootstrap-table2-paginator@2.0.5`
|
||||
|
||||
## Changelog
|
||||
|
||||
### Bug fixes
|
||||
* Fixed cell won't be updated when `column.formatExtraData` change([196ae33](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/196ae3329585ebb7e4623a21657293a18435e71c))
|
||||
* Fix `pagination.alwaysShowAllBtns` perform wrongly in some case([7f1b7a6](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/7f1b7a6c9777159ba5957d1f2b6b3e8df3496ca2))
|
||||
* Fix column won't be updated when switch column order dynamically([a6ccafc](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/a6ccafcc75b96e040dd4bc02bf9557f210935216))
|
||||
|
||||
|
||||
### Features
|
||||
N/A
|
||||
|
||||
### Enhancements
|
||||
N/A
|
||||
Loading…
Reference in New Issue
Block a user