I have a problem after scroll right it is not rendering the style of the row

// DefaultColDef sets props common to all Columns
const defaultColDef = {
sortable: true,
filter: true,
flex: 1,
maxWidth: props.maxWidth,
suppressMenu: true,
tooltipComponent: CustomTooltip,
lockPosition: true,
};