<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
borderWidth | The border width of the MDTable in pixels |
|---|---|
cellPadding | the cell padding of the table |
cellSpacing | the cell spacing of the table |
commandProcessor | contoller used for executing the MDTable commands. |
customAttributes | |
detailDataStyleSheet | The style sheet used with the detail data. |
drillPathEnabled | true if the table displays the drillPath, false otherwise |
drillPathHorizontalAlignment | the horizontal alignment of the subset titles |
epilog | |
expandCollapseEnabled | true if show detail is enabled, false otherwise |
formAction | value of the ACTION=attribute on the FORM tag. |
horizontalAlignment | the horizontal alignment of the table |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
leftArrowImage | the source location of the left arrow |
locale | |
maxColumns | number of columns in the MDTable to be formatted |
maxRows | number of rows in the MDTable to be formatted |
model | the model String |
name | |
navigationBarEnabled | true if the table writes the navigationbar, false otherwise |
navigationBarOrientation | |
prolog | |
ref | |
render | |
rightArrowImage | the source location of the right arrow |
scope | |
showDetailEnabled | true if show detail is enabled, false otherwise |
title | user defined title displayed above the MDTable |
titleHorizontalAlignment | the horizontal alignment of the table |
upArrowImage | the source location of the up arrow |
width | The table width in pixels |
widthPercentage | The 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.