ag grid with vue doesn't render style after horizontal scroll

46 views Asked by At

I have a problem after scroll right it is not rendering the style of the row enter image description here

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

0

There are 0 answers