cancel
Showing results for 
Search instead for 
Did you mean: 

Standard fiori elements app extension in Web IDE - Adding custom control to Smartfilter bar

lalitha_p2
Explorer
0 Kudos

Hello All,

I am trying to extend the standard fiori elements application .

I want to add a new custom MultiInput control to Smart filter bar and add the user input token to filter out the data to table.

My view code:

Now, i am not sure how to pass the user input value from MultiInput box to the backend to filter out the data along with this value.

This code takes the user input value but not sure where to pass it.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

AlexNecula
Active Contributor
0 Kudos

Use smart table extensions, more specifically the method onBeforeRebindTableExtension in which you can add the filters in the parameter object.

Answers (1)

Answers (1)

junwu
Active Contributor

why not just do a google?