Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 3power

Pages: [1]
1
Help for ParamQuery Grid (free version) / Adaptive Width
« on: September 12, 2016, 08:12:49 am »
Is there a way to make the width of pq table and colunm in it  adaptive?

2
it works fine when I use the orginal pqgrid.css. thanks.

3
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.

4
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~

Pages: [1]