Hi,
when I use paramquery I've found it creates a blank tr in my html file between toolbar and thead.Sorry for failed inserting a picture, code looks like this:
...
<tbody>
<tr> //this is a blank tr
<td ....></td>
<td ....></td>
...
</tr>
<tr class="pq-grid-title-row"> //this is table head
<td ....></td>
<td ....></td>
</tr>
</tbody>
...
I've made every effort to solve this, but nothing changed.Can anybody tell me how to solve this? thx~