Class TableFoot

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

@Tag("tfoot") public class TableFoot extends com.vaadin.flow.component.Component implements TableRowContainer
Represents the table foot element (<tfoot>). Can contain a list of table rows.
Author:
Stefan Uebe
See Also: