Hello Isomorphic
I'm Trying to create the SelectItem with SearchBar from the SmartGWT showcase:
https://smartclient.com/smartgwt/sho...tifield_search
However, when I set:
filteredSelect.setPickListFields(skuField); - single field only
The Header Button disappears and I can't sort the field as I want to anymore.
Is there a setting I can do to have it show the Header Button despite having only 1 field?
Thank you!
I'm Trying to create the SelectItem with SearchBar from the SmartGWT showcase:
https://smartclient.com/smartgwt/sho...tifield_search
However, when I set:
filteredSelect.setPickListFields(skuField); - single field only
The Header Button disappears and I can't sort the field as I want to anymore.
Is there a setting I can do to have it show the Header Button despite having only 1 field?
Thank you!
Comment