I have in grid in one column long text which should be truncated in grid (ends with ...) but should show whole in popover.
The popover is displaying correctly when there are spaces in my text. For text with no spaces popover is displaying incorrectly. See examples below
Incorrect popover:
Correct popover:
I'm displaying popover in that way:
<div data-toggle="popover" rel="popover"
data-container="body" data-content="My_test_in_popover">
My_text_with_...
</div>
How should I modified code to display popover correctly for long text with no spaces?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…