mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-04 16:10:03 +00:00
20180715 release
This commit is contained in:
@@ -20,6 +20,7 @@ title: BootstrapTable Props
|
||||
* [id](#id-string)
|
||||
* [classes](#classes-string)
|
||||
* [wrapperClasses](#wrapperClasses-string)
|
||||
* [headerClasses](#headerClasses-string)
|
||||
* [cellEdit](#celledit-object)
|
||||
* [selectRow](#selectrow-object)
|
||||
* [rowStyle](#rowstyle-object-function)
|
||||
@@ -118,6 +119,9 @@ Customize class on `table` element.
|
||||
## wrapperClasses - [String]
|
||||
Customize class on the outer element which wrap up the `table` element.
|
||||
|
||||
## headerClasses - [String]
|
||||
Customize class on the header row(`tr`).
|
||||
|
||||
## cellEdit - [Object]
|
||||
Makes table cells editable, please see [cellEdit definition](./cell-edit-props.html) for more detail.
|
||||
|
||||
|
||||
22
website/blog/2018-07-15-version-bump.md
Normal file
22
website/blog/2018-07-15-version-bump.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: New Release (2018-07-15)
|
||||
author: Allen Fang
|
||||
authorURL: https://twitter.com/allenfang_tw
|
||||
---
|
||||
|
||||
## Changed Packages
|
||||
|
||||
This release bump following packages:
|
||||
|
||||
* `react-bootstrap-table-next@0.1.15`
|
||||
|
||||
## Changelog
|
||||
|
||||
### Bug fixes
|
||||
* Fixed Filter + Pagination returns empty rows([7a787bb](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/7a787bb1351170b3df6d8ad06a3c92ad34752985))
|
||||
|
||||
### Features
|
||||
N/A
|
||||
|
||||
### Enhancements
|
||||
* Custom the table header class via [`headerClasses`] prop on `BootstrapTable`([199bf8e](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/414/commits/199bf8eea3fdbeee1111536036cc8dec0f3205b0))
|
||||
Reference in New Issue
Block a user