V4: limit() doesnot work along with ->html() for descriptions field in TextColumn.

1 Reply
IF your using HTML how do you expect limit() to work? It would end up breaking the HTML unforunately. You should format and strip the html tags really if using it in description. I build my own popover column to handle that.