Spotted what I think is unexpected behaviour with the 'Cell Toolip: Overflow'
I have a datapoint that is a multiline string broken up by \n
Depending on the row size the tooltip renders it differently.
Small or lower row size, it's rendered on one line in the tooltip.
Medium or higher, it's rendered with new lines as expected.
My expectation is that regardless of row size the tooltip always renders the line breaks.
It also opens a up the question about what is the expected way it should trim the cell contents in table depending on the row size...
Here is an example:-
My sample data:
[
{
MyList: 'This is a long sentence called Alpha\nThis is my Beta Sentence\nCharlies are sometimes called Chuck\nDelta is often overlooked in discussions\nEcho has a distinctive sound in the sequence\nFoxtrot moves gracefully across the dance floor\nGolf is enjoyed by many on quiet weekends\nHotel rooms should be booked in advance\nIndia boasts a rich and diverse culture\nJuliet reads classic novels each evening'
}
]
How it's rendered at row size 'Small':
How it's rendered at row size 'Medium':

