cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Table / Filter bar

former_member193202
Participant
0 Kudos

hallo

does anyone every used one of these controls.

im specially interested in the function of the filter bars where i guess it is possible to attach backend search helps, but i'm not sure how to do this.

the example in explored only has the metadata.xml , but how do i have to define in SEGW to get these resulst ?

do i have to use vocabulary based annotations?

does anyone has an how-to-cookbook to archive these results.

kind regards

oliver

Accepted Solutions (0)

Answers (1)

Answers (1)

santhu_gowdaz
Active Contributor
0 Kudos

back end mapping not required for this filter bar-SAPUI5 Explored

what ever you will give inside the control inside FilterItem it will come,

for ex, Date picker, Multiinput, etc...

<fb:FilterItem name="A" label="labelA">

          <fb:control>

            <DatePicker />

          </fb:control>       

        </fb:FilterItem>

former_member193202
Participant
0 Kudos

yes i know but i want bakcend connection, background is we want to consume a search-help from erp for that reason and i guess filter-bar would be the right control for it

but i'm not sure how to build the annotations in backend that it works correct??