File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,11 +406,11 @@ export default class Table extends React.PureComponent {
406406 className : cn ( 'ReactVirtualized__Table__headerRow' , rowClass ) ,
407407 columns : this . _getHeaderColumns ( ) ,
408408 style : {
409- ...rowStyleObject ,
410409 height : headerHeight ,
411410 overflow : 'hidden' ,
412411 paddingRight : scrollbarWidth ,
413412 width : width ,
413+ ...rowStyleObject ,
414414 } ,
415415 } ) }
416416
@@ -635,10 +635,10 @@ export default class Table extends React.PureComponent {
635635 const className = cn ( 'ReactVirtualized__Table__row' , rowClass ) ;
636636 const flattenedStyle = {
637637 ...style ,
638- ...rowStyleObject ,
639638 height : this . _getRowHeight ( index ) ,
640639 overflow : 'hidden' ,
641640 paddingRight : scrollbarWidth ,
641+ ...rowStyleObject ,
642642 } ;
643643
644644 return rowRenderer ( {
You can’t perform that action at this time.
0 commit comments