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...
Html.Table(html as any, columnNameSelectorPairs as list, optional options as nullable record) as 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, which can include various properties. One of the fields that can be included in the record is RowSelector.