ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on March 25, 2019, 01:08:05 pm

Title: Why tool tips are not showing in touch devices ?
Post by: EPM Solutions on March 25, 2019, 01:08:05 pm
Hello
       Can you tell me why Why tool tips are not showing in touch devices ? I also used touch-punch.min.js cdn in my original file but it is not working.In below link I have given the example for tooltip and I used tooltip in the project column. Please tell me the solution.

https://plnkr.co/edit/kE64GTzJ9HiYkOUPrjGw?p=preview

Title: Re: Why tool tips are not showing in touch devices ?
Post by: paramvir on March 25, 2019, 02:20:49 pm
Please add this

Code: [Select]
create: function (evt, ui) {
     this.widget().pqTooltip();
},

Ex: https://paramquery.com/pro/demos/tooltips