Remove character limit

Hi, I created a small application to display some data, but the character limit in the table is 50. In the configuration file I set ‘column_character_limiter’ => 0, but it doesn’t change anything. I know it’s not a problem of the string being hidden, but I tried with css and I can’t solve it.
The Version to Grocery CRUD Enterprice is 3.1.4.
Sorry for the English…

Thanks in advance
Marco

Hello @mmazzante and welcome to our forums,

You can add the following CSS:

div[class^='gc-column-text-'] {
     width: auto !important;
}

And this will most probably work for you.

Regards
Johnny