In a custom framework, the
<table> element can have cells that span over multiple columns and
rows. As explained in Configuring Tables,
you need to indicate Oxygen XML Author Eclipse plugin a method to determine the cell spanning. If you
use the @rowspan and @colspan attributes, Oxygen XML Author Eclipse plugin can determine the cell spanning automatically. In the following
example, the <td> element uses the @row_span and
@column_span attributes that are not recognized by default. You will need
to implement a Java extension class for defining the cell spanning.
When no table cell span provider is specified, the table has the following layout:
When the above implementation is configured, the table has the correct layout: