ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: 3power on December 09, 2015, 01:55:58 pm

Title: blank tr between toolbar and thead
Post 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:
Code: [Select]
...
<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~
Title: Re: blank tr between toolbar and thead
Post by: paramvir on December 09, 2015, 02:41:33 pm
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?
Title: Re: blank tr between toolbar and thead
Post by: 3power on December 09, 2015, 03:44:03 pm
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.
Title: Re: blank tr between toolbar and thead
Post by: paramvir on December 10, 2015, 08:42:53 am
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.
Title: Re: blank tr between toolbar and thead
Post by: 3power on September 12, 2016, 07:07:54 am
it works fine when I use the orginal pqgrid.css. thanks.