Class ColGroup

    • Method Detail

      • addCol

        public ColGroup addCol​(ColGroup.Col column)
        Adds a column to the group.

        Usage:

             
                 colgroup.addCol(colgroup.new Col(AttributeModifier.append("span", "2"),
                     AttributeModifier.append("style", "background-color: #CC6633")))
             
         

        Parameters:
        column - The column with the styling behaviors
        Returns:
        this, for method chaining