MTGrid Sample (Paginated)
You can combine MTGrid and MTPaginate tags to break up tables across multiple pages.
Page: 1 | 2 | 3
Article 1 This is the body of the first article. Cras mi... |
Article 2 This is the second article. Aenean ligula. Nam in neque... |
Article 3 This is the third article. Sed tellus nunc, laoreet sit... |
Article 4 This is the fourth article. Morbi feugiat auctor orci. Morbi... |
[Code]
<MTPaginate>
<MTPaginateIfMultiplePages>
<p>Page: <MTPaginateNavigator></p>
</MTPaginateIfMultiplePages>
<table cellspacing="0" cellpadding="10">
<MTPaginateContent max_sections="2">
<MTGrid num_columns="2">
<MTEntries lastn="20" sort_order="ascend">
<MTGridCell>
<MTGridIfLeftColumn>
<tr>
</MTGridIfLeftColumn>
<td>
<b><MTEntryTitle></b><br/>
<$MTEntryExcerpt$>
</td>
<MTGridIfRightColumn>
</tr>
<MTPaginateSectionBreak>
</MTGridIfRightColumn>
</MTGridCell>
</MTEntries>
<MTGridTrailingCells>
<td> </td>
<MTGridIfRightColumn>
</tr>
</MTGridIfRightColumn>
</MTGridTrailingCells>
</MTGrid>
</MTPaginateContent>
</table>
</MTPaginate>
Powered by MovableType 3.33, MTPaginate 1.27 and MTGrid 1.1.1.