Table Row - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Maplets[Elements]

  

TableRow

  

specify a row in a table

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

TableRow(element_content)

Parameters

element_content

-

TableItem elements

Description

• 

The TableRow element specifies a row in a Maplet application table.  The contents of each column in the row are defined by using the TableItem element.

  

 

• 

A TableRow element can contain TableItem elements.

  

Note: Each TableRow must have the same number of TableItem elements.  The number of TableItem elements in the TableHeader, if specified, must equal the number of TableItem elements in each TableRow.

• 

A TableRow element can be contained in a Table element.

Examples

withMapletsElements:

mapletMapletBoxCellTableTableHeaderTableItemA,TableItemB,TableRowTableItemcaption=1,TableItemcaption=2,TableRowTableItemcaption=3,TableItemcaption=4,as_needed,ButtonOK,Shutdown:

MapletsDisplaymaplet

This Maplet application can be rewritten as:

withMapletsElements:

mapletMapletBoxCellTableA,B,1,2,3,4,as_needed,ButtonOK,Shutdown:

MapletsDisplaymaplet

See Also

Maplets/OtherElements

Maplets[Display]

Maplets[Elements]

Maplets[Elements][BoxCell]

Maplets[Elements][Button]

Maplets[Elements][Shutdown]

Maplets[Elements][Table]

Maplets[Elements][TableHeader]

Maplets[Elements][TableItem]

Overview of Maplet Applications