In the config file if I try to change the value to 100 or 0 (no limit) nothing change in my grid.
Does I made something wrong ?
P.S. : My column in SQL is a text, the entry is a loremipsum from 300 characters… all I have in my grid is :
Lorem ipsum dolor sit amet consectetur adipisicin. (50 characters by default)
First of all this is the very first post at this forum so welcome and I hope this forum will be more active and with less spam
I’ve checked the issue that you are referring to and you are right. Actually the column_character_limiter is working (the characters are not actually cropped) but on the other side the CSS is cutting the letters as I have the below lines:
Yes it works, didn’t see that the text was there but hidden
Currently the choice of unlimited characters is not a good thing because everything will appear on 1 line unless we add too :
Yes, it needs a little bit of investigation that’s why it wasn’t straight forward. I remember having some issues with the horizontal scrolling with normal white-space. I don’t remember though. That’s why I will investigate a bit more on that before adding any extra code. For now this work-around will work for you