Skip to content

Commit

Permalink
Merge pull request #14 from gisce/fix/expandable-row-glitch
Browse files Browse the repository at this point in the history
Fix expandable row cell mismatch
  • Loading branch information
mguellsegarra authored Sep 4, 2023
2 parents 7538c56 + 9848147 commit 90ef631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/react-formiga-table",
"version": "0.8.3",
"version": "0.8.4",
"scripts": {
"build": "tsc && vite build",
"prepublishOnly": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions src/components/Rows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function getRowComponent({
getChildsForParent,
level: item.level,
onCellRender,
onRowStatus,
});
})
);
Expand Down

0 comments on commit 90ef631

Please sign in to comment.