I want to display the text of a column of a table in one line. After hover to it, it should show whole the description.  
 Table ex:   
Id  Error                                                                                                                                                             Count  
1   "Sorry, I didn't get that. You can go back to these teams for more inquiries:                                     290  
         I can also check for the status of a job you are monitoring (i.e. Status of the job HIST-01).  
        Aside from this I am also able to do the following:  
       - Search from the Document site (i.e. Document Analytics)  
       - Find people from the People Page  
     - Give the latest weather update of a particular city (i.e. Weather in Manila)  
2   Glance task is failed.                                                                                                                                       42  
3   Error found in processing the mail attachment.                                                                                       29  
4   Task is failed to fetch the start time                                                                                                               28  
5   Failed                                                                                                                                                               26 
 It should be like below: 
 Id  Error                                                                                                                                                             Count  
1   "Sorry, I didn't get that. You can go back to these                                                                                     290  
2   Glance task is failed.                                                                                                                                       42  
3   Error found in processing the mail attachment.                                                                                       29  
4   Task is failed to fetch the start time                                                                                                               28  
5   Failed                                                                                                                                                               26 
 If i hover to "Sorry, I didn't get that. You can go back to these" this text it should whole the text as first table data having. 
 Is there any possible to implement like this. Please help. 
 Thanks in Advance. 
						
					
					... View more