I have a list of objects that have all of the parameters displayed in a table using ng-repeat.
Occasionally, the Title parameter of an object will be very long and therefore makes the table stretch at certain spots. I have tried using filter but I think that would cut off the rows shown in the table, not the characters of a random object parameter.
Is there a way I can truncate this title to a certain length and add "..." at the end? Apologies if this has been asked before but my research found no answers I needed.
csslevel usingtext-overflow: ellipsis;.