The <Tooltip> popper should abide by the placement prop (default: bottom) when opening from within a cell in a <TableHead>
The <Tooltip> popper always appears in the top left corner of the screen when opening from within a cell in a <TableHead>
<Table> with any number of rows/columns<Tooltip> inside a cell in the <TableHead><Tooltip> to open the popper<Tooltip> in a cell in the <TableBody> seems to work fineYou can see all of this here: https://codesandbox.io/s/nkpmr083lm
I'm trying to give my users a help icon on certain column values in the table header that they can hover over to see a tooltip describing what it means.
| Tech | Version |
|--------------|---------|
| Material-UI | v1.0.0-beta.12 |
| Material-UI Icons | v1.0.0-beta.10 |
| React | v15.6.2 and v16.0.0 (tried both) |
| Browser | Chrome Version 61.0.3163.100 (Official Build) (64-bit) |
Bug definitely, not sure if this upstream in popper.js or our initialization/use of it.
@fezvrasta any thoughts?
The issue seems to be on our side. Having a deeper look now.
Actually no, it's on popper.js side.
Still, I have found a workaround.
Care to open an issue on the Popper.js repository to track the problem?
Most helpful comment
Still, I have found a workaround.