Hi, everyone,
Our Apex is 23.2. I read a lot about IG customizations from John's blogs like hardlikesoftware.com and other resources and I know how to hide IG serach box via Javascript initialization code, what I reaaly want is to show/hide the saerch box after IG is displayed. For example, we scan out SKUs in showrooms, normally each order is about 20 lines or fewer and there is no need for searching function, but one in 20 orders the order size is significant bigger where the searching box is useful, how can I display it on demand? Say the user taps a menu item “search your order” whose dynamic action is just showing the original IG search box i have hidden using JS initialization code.
Any ideas or code samples are greatly apprecicated