Hi,
We need a feature to implement in handsontable.
For eg, lets consider there is a column called comments.
The comments filled in by the user may be more 100 characters. So, based on the characters length, the width or height is expanding. Instead, we need to show readmore button within the cell if the character length of text is more than 25 characters and show readless button if the readmore button is clicked.
Please let us know, if this feature can be implemented in a the cell.
We really appreciate, if we get a worked out code or any example related to this.
I have added an example demo code here, https://jsfiddle.net/qv1hwxfe/1/
Thanks in advance.