'Mui Data Table Chip overlapped

Material UI filter chip overlapped with it's data table. how customize ui

        setFilterChipProps: (colIndex, colName, data) => {
    return {
      color: "primary",
      variant: "outlined",
      className: "testClass123",
    };
  },

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source