|
Different showing modes of navigation block : NONE, BOTH, TOP, BOTTOM |
|
You can customize the positioning of the navigation block. You can use navigationBarPosition property in the interfaceManager tag:
<table:tableInterfaceManager model="tableInterfaceManager"
navigationBarPosition="BOTH">
</table:tableInterfaceManager>
You can use the following case-insensitive values of the property:
| • | NONE - hide the navigation block at all including "Rows-per-page" combo |
| • | TOP - display the navigation block at the upper position |
| • | BOTTOM - display the navigation block at the bottom position |
| • | BOTH - display the navigation block at the both positions |