Skip to content

Commit

Permalink
Add tableRowProps className to MRT_TableHeadRow (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamneves committed Jan 24, 2024
1 parent eaa5198 commit 11bcb42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const MRT_TableHeadRow = <TData extends MRT_RowData>({
classes.root,
(enableStickyHeader || isFullScreen) && classes.sticky,
layoutMode?.startsWith('grid') && classes['layout-mode-grid'],
tableRowProps?.className
)}
>
{virtualPaddingLeft ? (
Expand Down

0 comments on commit 11bcb42

Please sign in to comment.