Skip to content

Commit

Permalink
Merge pull request #284 from Lil-Strudel/grouping-headerstyles-fix
Browse files Browse the repository at this point in the history
Added headerStyle to the spacing cell when grouping
  • Loading branch information
oze4 authored Jul 29, 2021
2 parents 49e74cd + bae7f74 commit 14f6721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MTableHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ export function MTableHeader({ onColumnResized, ...props }) {
padding="checkbox"
key={'key-group-header' + columnDef.tableData.id}
className={props.classes.header}
style={{ ...props.headerStyle }}
/>
);
});
Expand Down

0 comments on commit 14f6721

Please sign in to comment.