No, what I described does not work:
From the WA toolbar click the Data Assist Repeating Table behavior.
Specify the recordset.
Specify the Rows (5) and Columns (4)
Leave Alternative content: set to <td> </td>
Click OK
Paste the desired recordset data row(s), for example:
<?php echo $row_rsImg['imgNum']; ?>
into the first (left) cell.
This only shows one <tr> of 4 records from the 38 found records.
What am I missing?