We have Handsontable with cell containing quite a long text that takes several lines for a given column width.
I consider Handsontable options when Row/Column Resize is true. I see on the example:
https://handsontable.com/examples.html?_ga=1.24643071.416605193.1475511296&headers&manual-resize
that when I paste long text in Currency column, column width becomes big. When I resize it, the text is displayed in several rows. After this operation it’s not possible to display only 1 or 2 lines of text even though I try to drag row height. Instead all text is displayed.
Let’s say we fix the width for the column. With this width text in the cell should take 3 rows (in general ‘n’ rows). Ideal solution would be the following (see images below):
- If user makes row height enough to display one row, only one row is displayed with eliipsis at the end
- If user makes row height enough to display two rows, only two rows are displayed with ellipsis at the end
- If row height is enough to display all text, no ellipsis is displayed at the end.
Is it possible to achieve this?