2.2.70
This commit is contained in:
parent
b6eafe606d
commit
18863f483f
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
## [2.2.70](https://github.com/tinper-bee/bee-table/compare/v2.2.68...v2.2.70) (2020-10-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* #JCJS-4815 表格没有数据滚动滚动条后,grid页头的隐藏无法操作 ([43266f2](https://github.com/tinper-bee/bee-table/commit/43266f2f0bbaf382d2e203cfc3927eaf81a28a2a)), closes [#JCJS-4815](https://github.com/tinper-bee/bee-table/issues/JCJS-4815)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 提供column.sumThousandth属性,用于设置合计行是否开启千分位功能 ([0a8f8c3](https://github.com/tinper-bee/bee-table/commit/0a8f8c362b2294104957daeb56cfdb986aff1ff1))
|
||||
|
||||
|
||||
|
||||
## [2.2.69](https://github.com/tinper-bee/bee-table/compare/v2.2.68...v2.2.69) (2020-10-14)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bee-table",
|
||||
"version": "2.2.69",
|
||||
"version": "2.2.70",
|
||||
"description": "Table ui component for react",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
|
Loading…
Reference in New Issue