Skip to content

Commit

Permalink
actually pass rowHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
mckervinc committed Dec 12, 2024
1 parent c5b91be commit e881c88
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# CHANGELOG

## 1.0.2

_2024-12-12_

### Bugfix

- `rowHeight` is now respected (again)

## 1.0.1

_2024-12-12_

### Bugfix

- `rowHeight` is now respected
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fluid-table",
"version": "1.0.1",
"version": "1.0.2",
"description": "A React table inspired by @tanstack/react-virtual",
"author": "Mckervin Ceme <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const Table = forwardRef(function <T>(
width={width}
height={height}
data={data}
rowHeight={rowHeight}
itemKey={itemKey as any}
onRowClick={onRowClick as any}
rowRenderer={rowRenderer as any}
Expand Down

0 comments on commit e881c88

Please sign in to comment.