Class TableColumnGroup

java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

@Tag("colgroup") public class TableColumnGroup extends com.vaadin.flow.component.Component
Represents a table column group element (<colgroup>). Contains a list of column elements.
Author:
Stefan Uebe
See Also: