We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e8303 commit 42496fcCopy full SHA for 42496fc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [5.14.0](https://github.com/rsuite/rsuite-table/compare/5.13.0...5.14.0) (2023-10-19)
2
+
3
+### Features
4
5
+* **Table:** add an option to define rowExpandedHeight as function [#465](https://github.com/rsuite/rsuite-table/pull/465)
6
7
8
# [5.13.0](https://github.com/rsuite/rsuite-table/compare/5.12.0...5.13.0) (2023-10-17)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "rsuite-table",
- "version": "5.13.0",
+ "version": "5.14.0",
"description": "A React table component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
0 commit comments