Skip to content

Commit

Permalink
fix: Fix border of last table cells when table has a footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Longo authored and fralongo committed Dec 23, 2022
1 parent 2418a3d commit faa9ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/internal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ const InternalTable = React.forwardRef(
}
}}
submitEdit={wrapWithInlineLoadingState(submitEdit)}
hasFooter={hasFooter}
stripedRows={stripedRows}
isEvenRow={isEven}
isVisualRefresh={isVisualRefresh}
Expand Down

0 comments on commit faa9ec9

Please sign in to comment.