My datatables contain a long (100 chars) string of text plus a few other shorter columns. "Responsive" option with "responsivePriority" make the other columns disappear when I make the viewport smaller, the text columns stay visible, but when I make the viewport too small, they disappear altogether because they are too long. So I need them to get truncated with an ellipsis. This has been discussed in a number of places but there doesn't seem to be a final solution to this. Is there?
↧