I am trying to use this plugin in my demo https://github.com/STAR-ZERO/jquery-ellipsis . But I am not able to add ellipsis after two line .could you please tell me how to add ellipsis after two row
Here is my code:
$('.columnCss').ellipsis({
row: 2,
onlyFullWords: true
});
I am getting data in column of row .I want to add ellipsis when my column data is more than two lines