ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: 3power on December 09, 2015, 01:55:58 pm
-
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~
-
There is always an empty tr ( which is invisible ) in the grid as first row.
Why are you trying to remove it, what issue do you face with it?
-
There is always an empty tr ( which is invisible ) in the grid as first row.
Why are you trying to remove it, what issue do you face with it?
But it is visible between toolbar and thead in my page. I'm sorry for my unclear description.
-
It works fine in the demos and elsewhere. You seem to have some global css rule which is causing that empty row to show up.
Please share a jsfiddle if possible.
-
it works fine when I use the orginal pqgrid.css. thanks.