Class HtmlOnlyTableSectionBuilder

  • All Implemented Interfaces:
    ElementBuilderBase<TableSectionBuilder>, TableSectionBuilder

    public final class HtmlOnlyTableSectionBuilder
    extends HtmlTableSectionBuilder
    A subclass of standard HtmlTableSectionBuilder that allows directly appending html to a table section.

    Some browsers do not support setting innerHTML on a table section element (such as a tbody), so both the DOM and HTML based implementations throw an error to ensure consistency. This class exists to allow users to append HTML to a TableSectionBuilder if they opt into the HTML version.