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