function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priya134Priya134 

task visual force page

is it possible to create table like below on the task description text area?

Task Visual force page
Priya134Priya134
table should be saved in description on the open task that has been created - 
Deepak GulianDeepak Gulian

Not sure but you can try following workaround, you can save a table in the following format "<table></table>" in a description field and while displaying the list of tasks, use this to render the HTML output of description field <apex:outputText value="{!description_field}" escape="false"/>

Ramesh DRamesh D
Hi Priya,
The behaviour you are expecting is related to the known issue below
https://success.salesforce.com/ideaView?id=08730000000cJNzAAM

Thanks
Ramesh
Ramesh DRamesh D
and you refer below link to see what tags rich text editor supports
https://help.salesforce.com/articleView?id=fields_using_html_editor.htm&type=5

Thanks
Ramesh