Announcement

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

    Icon in FilterEditor of SmartGWT ListGrid

    Hi,

    I am using smartGWT version 12.1-p20200403.

    I want a icon in filterEditor of listGrid. How can I achieve it?
    Attached Files

    #2
    Do you mean the builtin operator icons?

    If so, by default, we only show those icons if you choose a non-default search operator.

    You can setAlwaysShowOperatorIcon(true) if you always want to see the operatorIcons.
    Last edited by Isomorphic; 8 Apr 2020, 04:25.

    Comment


      #3
      Can I show my own icon in FilterEditor not the builtin operator icons?

      Comment


        #4
        You can apply FormItem properties, like icons, via field.setFilterEditorProperties().

        Comment

        Working...
        X