I am using Bootstrap 3 responsive tables for showing the data. However, One of column is having huge data compare to rest of the columns as shown below
But I would like to display limited length of description.
In short, I would like to display first 2 to 3 lines of data [or 300 characters] and followed by .....
If possible, hovering over the description column should show complete description as tooltip
How do I achieve this?