Hi there,
I am using q hintLabel in my q:treeTable. Its used in second column but when I mouse over this hint column, the hint is shown to its left ( not like the hintlabel demo).
Do I need to do some special settings to make it work the right way.
Here's my code
====================
<div id="container" class="container">
<q:treeTable id="tasksTreeShort"
var="rq"
expansionState="#{taskMgr.treeExpansionState}"
style="width: 100%; table-layout: fixed;"
columnIdVar="columnId"
focusedStyle="border: 1px dotted black !important;"
onkeydown="checkRequestKeys(event)"
ondblclick="editRequest()"
nodeHasChildrenVar="thereAreSubRequests"
headerRowClass="columnheader"
useAjax="true">
.....
</q:treeTable>
</div>
=================================
td {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
padding-top: 4px;
}
.container
.columnheader
===========================================
:-)Ajay
Hello Ajay,
We will investigate the information you have provided and let you know about the results as soon as possible.
Sincerely,
Ilya Musihin
Hi Ajay,
Unfortunately, I'm not able to reproduce your problem. Could you please send us full JSF page with all related content such as CSS files?
Please also note that according to our preliminary considerations this error may be caused by complex page design with many inner blocks and styles, so you may consider simplifying the page to solve this problem until we'll be able to analyze the problem and prepare a solution.
Sincerely,
Ilya Musihin