We have a notes column that contains html. When the column contains a table the grid seems to append the remaining rows the the table in the notes column.
This is what it looks like.
Is there way to prevent this behavior?
3 Answers
Hi,
You can check this faq: Q) How to show HTML tags in textarea and grid cells?https://www.gridphp.com/docs/column-appearance-faqs/#q-how-to-show-html-tags-in-textarea-and-grid-cells
Another option is to use html editor for this column:
Refer this demo and code:
https://www.gridphp.com/demo/demos/integrations/html-editor.php
https://www.gridphp.com/demo/demos/integrations/html-editor.phps
Your Answer