Class ColumnSubtitles

  • All Implemented Interfaces:
    Serializable, DynamicAttributes, IterationTag, JspTag, Tag, DynamicActionAttributes

    public class ColumnSubtitles
    extends StylableTag
    Generate column subtitle header for the columns that has been defined for this table. This tag has no attributes, except standard id, class and style, and should be last tag inside <headers>

    Syntax:

            <tbl:headers>
              ....
          <tbl:columnsubtitles 
            id=...
            clazz=...
            style=...
          />
       </tbl:headers>
    
    Since:
    3.18
    Author:
    Nicklas
    See Also:
    Serialized Form