to_html

The to_html method writes a Deephaven table to a string HTML table.

Syntax

Parameters

ParameterTypeDescription
tableTable

The Deephaven table to convert to an HTML table.

Returns

A new HTML string.

Examples

The to_html function requires only a single argument - the table to convert. Here, we'll create a simple table and convert it to HTML.

Note

Since HTML tables represent all data as plain, untyped text, all typing will be lost.