Material UI filter chip overlapped with it's data table. how customize ui
setFilterChipProps: (colIndex, colName, data) => { return { color: "primary", variant: "outlined", className: "testClass123", }; },