{table-plus} doesn't work properly with the table output from {report-table} (Reporting Plugin){report-table} uses <thead> for the header row of the table.{table-plus} expects <tr> for the header row of the table.
This inconsistency causes {table-plus} to incorrectly identify the first data row of the table as the header row.
The code where I discovered the problem (although this is pretty specific to my setup):
Tip: Click a column heading to sort.
{table-plus:heading=1|enableSorting=true|sortIcon=true}
{report-table}
{content-reporter:scope=CI Metrics > children|type=page}
{expand-on:data:Metrics|as=metric}{content-reporter}
{report-column:title=Link}{report-info:expanded:metric > Link|render=wiki}{report-column}
{report-column:title=Description}{report-info:expanded:metric > Description|render=wiki}{report-column}
{report-column:title=Owner}{report-info:expanded:metric > Owner|render=wiki}{report-column}
{report-column:title=LOB}{report-info:expanded:item > data:LOB|render=wiki}{report-column}
{report-empty}There were no results matching your request{report-empty}{report-table}{table-plus}
---------------------------------
The HTML this produces (note <thead>):
<table id='TBL1194381328019' class='confluenceTable'><thead><th class='confluenceTh'>Link</th><th class='confluenceTh'>Description</th><th class='confluenceTh'>Owner</th><th class='confluenceTh'>LOB</th></thead><tbody><tr><td class='confluenceTd'><span class="nobr"><a href="http://isgresearch.wellsfargo.com/C6/Loyalty/default.aspx" rel="nofollow">Apps2K CSAT Tracking Study - Topline Results<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Satisfaction with Apps2K task performance, user experience & loyalty</td><td class='confluenceTd'>Dana Jacob</td><td class='confluenceTd'>WCM</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="http://isgresearch.wellsfargo.com/C6/Loyalty/default.aspx" rel="nofollow">Apps2K CSAT Tracking Study - Verbatim Report<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Verbatims for all open ended questions</td><td class='confluenceTd'>Dana Jacob</td><td class='confluenceTd'>WCM</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="http://isgresearch.wellsfargo.com/C6/Loyalty/default.aspx" rel="nofollow">WIB CSAT Topline Results Report<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Satisfaction with Apps2K task performance, user experience & loyalty</td><td class='confluenceTd'>Bettina</td><td class='confluenceTd'>WCM</td></tr><tr><td class='confluenceTd'>I made this required</td><td class='confluenceTd'>This is also required</td><td class='confluenceTd'>Me too</td><td class='confluenceTd'>MMS</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="http://cia.wellsfargo.com/C9/Daily%20Reports/default.aspx" rel="nofollow">BEV Reports - Daily <sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Customer usage analytics, online events and site activity by volume</td><td class='confluenceTd'>CIA</td><td class='confluenceTd'>OBI</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="http://cia.wellsfargo.com/C10/Monthly%20Reports/default.aspx" rel="nofollow">BEV Reports - Monthly<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Customer usage analytics, online events and site activity by volume</td><td class='confluenceTd'>CIA</td><td class='confluenceTd'>OBI</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="http://isgresearch.wellsfargo.com/C7/ISG%20VOC/default.aspx" rel="nofollow">Online Banking Customer Comments<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Customer verbatims and top pain points via OCS feedback</td><td class='confluenceTd'>Chastity Williamson</td><td class='confluenceTd'>OBI</td></tr><tr><td class='confluenceTd'><span class="nobr"><a href="https://isgwiki.wellsfargo.com/display/CIC/OLB_Customers" rel="nofollow">Online Banking Customer Metrics Report<sup><img class="rendericon" src="/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span></td><td class='confluenceTd'>Customer activity and LOB penetration</td><td class='confluenceTd'>Oiching Yeung</td><td class='confluenceTd'>OBI</td></tr></tbody></table>
-------------------
Here is the HTML from another table with works properly with {table-plus} (note <tr>):
<table id='TBL1194381328013' class='confluenceTable'>
<tr><th class='confluenceTh'>Title</th><th class='confluenceTh'>Excerpt</th><th class='confluenceTh'>Owner</th><th class='confluenceTh'>Platform</th><th class='confluenceTh'>LOB</th><th class='confluenceTh'>Customer Type</th></tr>
<tr><td class='confluenceTd'><a href="/display/BA/Apps2K+Metrics" title="Apps2K Metrics">Apps2K Metrics</a></td><td class='confluenceTd'>The is where the Apps2K Metrics go.</td><td class='confluenceTd'>Shawn Stepper</td><td class='confluenceTd'>Apps2K</td><td class='confluenceTd'>WCM</td><td class='confluenceTd'><img class="emoticon" src="/images/icons/emoticons/star_blue.gif" height="16" width="16" align="absmiddle" alt="" border="0"/> Small Business</td></tr>
<tr><td class='confluenceTd'><a href="/display/BA/Bill+Pay+Metrics" title="Bill Pay Metrics">Bill Pay Metrics</a></td><td class='confluenceTd'><b>Bill Pay Metrics Reports</b></td><td class='confluenceTd'>Shawn Stepper</td><td class='confluenceTd'>Bill Pay</td><td class='confluenceTd'>MMS</td><td class='confluenceTd'><img class="emoticon" src="/images/icons/emoticons/star_red.gif" height="16" width="16" align="absmiddle" alt="" border="0"/> Consumer and Small Business</td></tr>
<tr><td class='confluenceTd'><a href="/display/BA/Online+Banking+Metrics" title="Online Banking Metrics">Online Banking Metrics</a></td><td class='confluenceTd'><b>This is for some WIB Metrics and stuff.</b></td><td class='confluenceTd'>Ryan Young</td><td class='confluenceTd'>WIB</td><td class='confluenceTd'>OBI</td><td class='confluenceTd'><img class="emoticon" src="/images/icons/emoticons/star_green.gif" height="16" width="16" align="absmiddle" alt="" border="0"/> Consumer</td></tr>
</table>
-----------------------
The author of the Reporting Plugin suggests that the use of <thead> is standards conformant, and should be recognized properly by {table-plus}