Macro Language Reference > PIs > Tables > <?tbrwid>
  
<?tbrwid>
Description
Sets the minimum number of widow rows that must be maintained if the current table overflows to the top of the next column or page. If the number of rows available to overflow is less than the value set in min rows, the table will not be permitted to overflow.
With the current implementation, you must also include a <?tbrown> property at the beginning of the table description to ensure that row widow control functions correctly. <?tbrown> specifies the number of rows in the table for the purposes of widow control.
Syntax
<?tbrwid min_rows:n>
<?tbrwid>
min_rows
The minimum permitted number of widow rows for a table. Set a value of 1 to specify that widow rows are not permitted.
Additional information
The priority for this widows setting is specified with the <?tbrwidp> command.