ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: alonewolf149 on November 08, 2019, 02:48:12 pm
-
I facing issue during integrated with my website applicationm.
- We using version jquery of paramquery
- but my website using bootstrap 4, jquery 3.2+.
and I think it has problem with param query ex:
Tab filter not working : http://prntscr.com/pu30jk
and many. all from jquery version and bootstrap conflict, i guess.
I think nowsaday many website using bootstrap 4 and new jquery version,
is there any solution ?
Thank so much in advance
-
There is no known issue in usage of pqGrid with Bootstrap 4 and jQuery 3.2+
but there is conflict in few functions of jQueryUI v1.11.4 with jQuery v3.2+
Please use latest version of jQueryUI 1.12.1
https://jsfiddle.net/thj6p7ga/
-
Is it possible to provide u FTP and URL admin then u can check direct on website.
but i need to send private
Thanks
-
Please check my previous updated post.
-
I saw ur https://jsfiddle.net/thj6p7ga/ also has issue on UI
http://prntscr.com/pu66e5
because it running on jsfiddle ?
also i can not click, http://prntscr.com/pu66qn i think this show view column right ?
On ur demo showing like this : http://prntscr.com/pu67lo
Thanks
-
Hi, after i apply code ur, seem better.
but we facing another issue. pls check my video
http://recordit.co/KGsGjlq6kb
Please help
Thanks
-
Do you see any error in the browser developer console. Is it browser specific or you face this issue in all browsers?
Please share a jsfiddle of the issue.
-
Pls check
https://amgsaledev2.mrkongmerce.com/de/admin/account
login first
user : admin@amg.com
pass : 123456
I try to fix this for long time, pls help
Thanks
-
I noticed that there is an error in your scripts "typeahead is not a function" just before sidebar menu leaves its original position. Please resolve that error to fix the issue.
PS: Please note that troubleshooting of scripts on your servers or third party scripts is not included in the support.
-
I got anothe error. also not working, problem still remain
http://prntscr.com/pvokfm
I copy new page you can check : https://amgsaledev.mrkongmerce.com/admin/account/tabletest
same login
Pls help :(
-
Please share a jsfiddle / plnkr / stackblitz with reproducible issue.
Please take help of this https://jsfiddle.net/thj6p7ga/ to setup your test case.
Output of above jsfiddle can be viewed in a new window here: https://jsfiddle.net/thj6p7ga/show
-
Hi,
we found issue might be from Laravel
one idea hide we found, your feature fetaure , i think you load as a popup
so its hit default route in laravel, that why it calling left menu again
Any solution ?
Thanks
-
So
when we click on filter icon in column then open popup
so in click handler are you calling any template ??
beacuse its create issues when we used in laravel(php) project
in this case its reload my page
-
Hi,
any update?
-
when we click on filter icon in column then open popup
so in click handler are you calling any template ??
beacuse its create issues when we used in laravel(php) project
in this case its reload my page
pqgrid has no relation to Laravel and it doesn't call any laravel template.
I see there are many 3rd party js libraries in addition to your custom scripts on the web page. Please try to remove them one by one in order to narrow down the cause of issue.
I also found that jQueryUI controls especially tabs ( which are used in filter popup ) are not functioning on your web page, you may check it by creating jQueryUI tabs independent of pqgrid.
In order to find the cause of jQueryUI tabs not functioning on your page, we need to check it thoroughly and we need a test case in form of jsfiddle from you.
-
Finally we found issue.
this problem : http://prntscr.com/pwwhop
because param query using jquery UI and jquery UI has issue with base URL refer to :
https://www.tjvantoll.com/2013/02/17/using-jquery-ui-tabs-with-the-base-tag/
--------------------------------------
and our project we are using base url
and pqgrid have used jQuery ui tabs & tabs have problem with base url beacuse if <a href="#aba">
then its become like suppose yuor base url have www.xyz.com/#aba
so due to this we are facing problem
Any solution ? we can not remove base url, because we applied all project
this is another proof : http://prntscr.com/pwwmil
Thanks
-
In case it not possible to fix,
I try to review your function and found that we can use Method : http://prntscr.com/pwzduk ?
i plan to do like this : http://prntscr.com/pwzf0d
is it good idea ?
If yes, can u provide me sample code how to do that ?
Thank in advance
-
your issue is not due to base urls but it's because jQueryUI tabs control is completely broken on your page.
--------------------------------------------
The old fashioned way of show/ hide columns using pqSelect is here:
https://paramquery.com/pro/demos51/showhide_columns