HTML in Table View

Hi,

is there the possibilty to use HTML code in the Table View node?
My goal is to write p.ex CO2 (in Html: CO2) in the Table header and then create a pdf-Report containing this Table.
Im aware that html code works in the Table View (JavaScript) node, however this node is apperently not supported for the pdf Report creation.

Thank you!

Hi @PHub ,

table headers (i.e., column names) do not support html. However, you can use Unicode characters like ₂ ₃ etc (U+2080–U+2089) in your column names.

Hope this suffices for a nice report,
nan

2 Likes

Hello @PHub
Unfortunately ‘Text Wiew’ node doesn’t support HTML code; but for the meantime you can test with ‘Text Output Widget (legacy)’ node, as it does.

You can feed it with HTML code via text typing, or via variable:

I haven’t tested it yet within a PDF Report. Good luck!

BR

PS.- Additionally you can code your report table into Py to an Output Image, with the help of Plotly Library

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.