File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.0.2
4+
5+ _ 2024-12-12_
6+
7+ ### Bugfix
8+
9+ - ` rowHeight ` is now respected (again)
10+
311## 1.0.1
412
13+ _ 2024-12-12_
14+
515### Bugfix
616
717- ` rowHeight ` is now respected
Original file line number Diff line number Diff line change 11{
22 "name" : " react-fluid-table" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " A React table inspired by @tanstack/react-virtual" ,
55 "author" : " Mckervin Ceme <mckervinc@live.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ const Table = forwardRef(function <T>(
7777 width = { width }
7878 height = { height }
7979 data = { data }
80+ rowHeight = { rowHeight }
8081 itemKey = { itemKey as any }
8182 onRowClick = { onRowClick as any }
8283 rowRenderer = { rowRenderer as any }
You can’t perform that action at this time.
0 commit comments