Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Single Column in SelectItem Search not showing the ListGridField Header Button

    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!

    #2
    Hello, you can try to add showHeader:true to the pickListProperties

    Comment


      #3
      Thanks for the reply, claudiobosticco! This worked for me.

      Comment

      Working...
      X