Is it possible to support Rich text format in this excellent grid control?
I would love to see this opportunity for a column in the grid.
Where I can set bold/italic/color/font and even add picture into the text. Store the this field as clob etc.
Does anybody tried to implement this and have some code to share?
2 Answers
Hello,
Try setting this formatter. Also check demos/integration/html-editor.php
$col["formatter"] = "wysiwyg";
Your Answer