This topic is locked
[SOLVED]

 Jquery Select2

11/27/2019 6:47:48 AM
PHPRunner General questions
A
asalbikin author

how to use jquery select2 in lookup wizard
thanks

Sergey Kornilov admin 11/27/2019

What is jQuery select2?

A
asalbikin author 11/27/2019



What is jQuery select2?


select field lookup wizard with search text

D
david22585 11/27/2019



select field lookup wizard with search text



I use Events -> After Application Init and use this code:

$ajaxSearchStartsWith = false;


I wish there was a way to use this on individual pages instead of the entire site though.

lefty 11/27/2019



I use Events -> After Application Init and use this code:

$ajaxSearchStartsWith = false;


I wish there was a way to use this on individual pages instead of the entire site though.


I believe you can just use it when table is initialized , Not application therefore should resolve your issue.

A
asalbikin author 11/28/2019



I believe you can just use it when table is initialized , Not application therefore should resolve your issue.


thanks for reply ajax features