How to add formatted text in Data type

I have a column in a data type which is of text (paragraph), rich text type. I want to display formatted text from there (formatting like text in multiple lines, some heading in bold etc). But it takes data as a plain text. Is there a way how I can implement that?

Screenshot image.png

​

@soodn

Data table records are displayed from DatatableEditorReport. Whatever formatting you need, it needs to be done at the report level.

You can check if there is any control format which support this, if so, you can refer it in the corresponding column

Using a rich text editor control in section helped. In Data type, HTML code can be added for formatting.