Hello Abu
How to insert paragraph in a textarea field in excel view?
Example:
$col["edittype"] = "textarea"; // render as textarea on edit
$col["editoptions"] = array("rows"=>6, "cols"=>42); // with these attributes
When I write in this textarea, I can not create paragraphs.
Thank you
3 Answers
Hi,
Sorry for the delay. This bug fix took a lot of our time.
Refer this working demo code, line 83,150 have changes for fix.
http://www.phpgrid.org/demo/demos/appearance/excel-view.phps
Your Answer