If I add a record with a field formatter of textarea and enter text with multiple paragraphs I cannot see those paragraphs when I use the view dialog, however when I use the edit dialog the paragraphs are present.
1 Answers
Hi,
You will need line 34-49 code segment to show paragraphs in view dialog mode.
https://gist.github.com/gridphp/7a3139bde0d8b3234df54df0bf5efed0#file-example-all-php-L34
Adjust the $opt with your grid options variable.
Your Answer