How to add read more or less button in table column?
How to add read more or less button in table column?

In one of my columns(column name is description) text would be very long. What I am thinking to put show more/less link/button inside the column that exceeds 100 characters. Is it possible ?:
Answers
Here are a few options that may be useful - this example from this thread, and this example from this thread. Both hide the long string with ellipsis, with the full string shown as a tooltip, which are then expanded when clicked upon.
Colin