Html.Table

This function generates a table that displays the outcome of applying the designated CSS selectors to the given HTML content. Users have the option to provide an additional record called options, whic...

Syntax

Html.Table(html as any, columnNameSelectorPairs as list, optional options as nullable record) as table.

About

This function generates a table that displays the outcome of applying the designated CSS selectors to the given HTML content. Users have the option to provide an additional record called options, which can include various properties. One of the fields that can be included in the record is RowSelector.