How to insert html table into RTC Custom field ??
Hello
I am developing a open social widget in javascript and i get the result format from the form is a html table
How can I post that to RTC Custom field ?
Is there any RTC custom field where I can post this html result ?
Eg: if I post <h1>Heading 1</h1> to rtc workitem field ,It should show me as Heading 1
Thank You
Comments
vinitha dsouza
Jul 12 '18, 8:00 a.m.I could able to get the info like we can use wiki field of rtc where we can insert the table : i am trying below table format :
|=id |=What |=test |
|-
|1| abc | defghijk |
|-
|2| defg | defghijk |
|12| hijklm | defghijk |
|13| this is a really long one | lorem ipsum |
But i cannot format my table here with border and table margin ?