Skip to content

Commit 92f4396

Browse files
committed
fix(CompactRow): hide needs to be appplied in Row too
1 parent 285ffd3 commit 92f4396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compact/CompactRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const CompactRow: React.FC<CompactRowProps> = ({
3737
const sharedProps = {
3838
pinLeft: column.pinLeft,
3939
pinRight: column.pinRight,
40+
hide: column.hide,
4041
};
4142

4243
const evaluatedCellProps = evaluateProps(column?.cellProps || {}, item);

0 commit comments

Comments
 (0)