-
Notifications
You must be signed in to change notification settings - Fork 9
Description
First of all, thank you very much for this plug-in. It's very helpful.
I have two points, one enhancement request and one question..
-
We have LOV query coming from multiple tables with some aggregate operations. So LOV query takes a while to run. (around 10 seconds). So when user clicks the "search" icon, it's taking more than 10 seconds to open pop-up modal page. Would it be possible to first open empty modal pop-up page and then pull and show the data? I think, from user experience point of view, this approach will be better.
-
I am using this plug-in in IG. When user clicks the "search" icon, I want to pre filter data based on another IG column value in the "Search Item". However, user should be able to clear the search and should be able to perform his/her own search. Would this be possible with current version? May be calling some JS code after modal page is launched? Any tips?
Thanks in advance for your help.