<sasads:MDTable>

Generates the appropriate HTML tags to represent a table for displaying multidimensional data

Syntax

<sasads:MDTable
   [borderWidth="0..int"]
   [cellPadding="int"]
   [cellSpacing="int"]
   [commandProcessor="java.lang.String"]
   [customAttributes="java.lang.String"]
   [detailDataStyleSheet="java.lang.String"]
   [drillPathEnabled="true|false"]
   [drillPathHorizontalAlignment="General|Left|Center|Right"]
   [epilog="java.lang.String"]
   [expandCollapseEnabled="true|false"]
   [formAction="java.lang.String"]
   [horizontalAlignment="General|Left|Center|Right"]
   [id="value"]
   [instantiate="true|false"]
   [leftArrowImage="java.lang.String"]
   [locale="java.util.Locale"]
   [maxColumns="int"]
   [maxRows="int"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [navigationBarEnabled="true|false"]
   [navigationBarOrientation="Top|Bottom|All"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [rightArrowImage="java.lang.String"]
   [scope="java.lang.String"]
   [showDetailEnabled="true|false"]
   [title="java.lang.String"]
   [titleHorizontalAlignment="General|Left|Center|Right"]
   [upArrowImage="java.lang.String"]
   [width="int"]
   [widthPercentage="int"]>
      [<sasads:MDNavigationBar .../>]
      [<sasads:MDDrillPath .../>]
</sasads:MDTable>

Attributes

borderWidthThe border width of the MDTable in pixels
cellPaddingthe cell padding of the table
cellSpacingthe cell spacing of the table
commandProcessorcontoller used for executing the MDTable commands.
customAttributes
detailDataStyleSheetThe style sheet used with the detail data.
drillPathEnabledtrue if the table displays the drillPath, false otherwise
drillPathHorizontalAlignmentthe horizontal alignment of the subset titles
epilog
expandCollapseEnabledtrue if show detail is enabled, false otherwise
formActionvalue of the ACTION=attribute on the FORM tag.
horizontalAlignmentthe horizontal alignment of the table
idCase-sensitive name used to identify the object instance.
instantiate
leftArrowImagethe source location of the left arrow
locale
maxColumnsnumber of columns in the MDTable to be formatted
maxRowsnumber of rows in the MDTable to be formatted
modelthe model String
name
navigationBarEnabledtrue if the table writes the navigationbar, false otherwise
navigationBarOrientation
prolog
ref
render
rightArrowImagethe source location of the right arrow
scope
showDetailEnabledtrue if show detail is enabled, false otherwise
titleuser defined title displayed above the MDTable
titleHorizontalAlignmentthe horizontal alignment of the table
upArrowImagethe source location of the up arrow
widthThe table width in pixels
widthPercentageThe table width as a percentage

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.html.MDTable.

If you need to subclass the tag handler class for the sasads:MDTable tag, extend com.sas.taglib.servlet.beans.mddbtable.MDTableTag.