Large text into a cell

Large text into a cell

paulgr1978paulgr1978 Posts: 1Questions: 0Answers: 0
edited February 2014 in General
I have a issue with the length of a text. From a mssql query I collect data from a field (type text). Textsize in MSSQL is limit to 4096 characters. Is it possible and what is the best way to show this text into a table? Are there limits on how many data can be showed? What do I have to do to show a large text into one cell.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    No limit in DataTables. Just put whatever text you want to display into the cell.

    Allan
This discussion has been closed.