Column not showing data

Column not showing data

merckmerck Posts: 1Questions: 1Answers: 0

Hello!!

I'm using datatables to display an sql table with the server side script provided by you guys.
But I have a column with large content, a lot of text, and i'ts not displayed at all, these ones are just blank in front end.
But there are some cells in the same columns with just a little text and this ones are showing.

Can you guys help me out to show all of the content?

URL: http://dialo.byethost13.com/CNPJ/data.php
COLUMN: DESCRICAO DO CNAE

Larger contents display just as blank cell.

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    Just a guess: does the "missing" data include any "special" characters, for example "foreign" accents? If so, you will need to read up on the use of UTF-8 for your data.

This discussion has been closed.