public static class HtmlOnlyTableSectionBuilder extends Object
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.
Copyright © 2018. All rights reserved.