Class SpanHeadersToolbar<S>

Type Parameters:
S - the type of the sorting parameter
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class SpanHeadersToolbar<S> extends AbstractToolbar
Toolbars that displays spanning column headers. If the column has a rowspan or a colspan they will be rendered as attributes of the <th> element.
See Also:
  • Constructor Details

    • SpanHeadersToolbar

      public SpanHeadersToolbar(DataTable<T,S> table, IDataTablesColumn<T,S>... columns)
      Constructor
      Parameters:
      table - data table this toolbar will be attached to
      columns -