Hello, have you find any fix/workaroud for using the tooltip inside a grid

Hello, have you find any fix/workaroud for using the tooltip inside a grid cell?

Thanks,
Emanuel

I got it working by wrapping the component (TextField) inside a Div. By adding the Div inside the grid cell, giving it a position: relative and adding the Tooltip to this Div, the Tooltip worked as expected.