<sasads:CustomColumn>
Custom Tag for creating a CustomColumn. If no attributes are set, the custom column(bodytext) will be displayed as the last column in each row. If just the columnIndex is set, then the custom column will be displayed before the given column number. If the insertBefore attribute is set, then the custom column will be displayed before/after the given column number.
This tag must be nested within a sasads:Table tag.
Syntax
<sasads:CustomColumn
[columnIndex="int"]
[id="value"]
[insertBefore="true|false"]
[locale="java.util.Locale"]>
markup language describing the custom column
</sasads:CustomColumn>
Attributes
columnIndex | the columnIndex |
|---|---|
id | Case-sensitive name used to identify the object instance. |
insertBefore | true if the custom column should be inserted before the column index |
locale |
More Information
If you need to subclass the tag handler class for the sasads:CustomColumn tag, extend com.sas.taglib.servlet.beans.CustomColumnTag.