cancel
Showing results for 
Search instead for 
Did you mean: 

Filter table column with DropDownByIndex

sergey_tuzov
Explorer
0 Kudos

Dear Experts.

I have already defined filter for table column by setting the column property filterValue

So I would like to make another filter with certain defined values - put UI element like DropDownByIndex

in the table first row line.

Is that way possible and how to make it in Web Dynpro for Java.

Accepted Solutions (1)

Accepted Solutions (1)

former_member194668
Active Participant
0 Kudos

Hi,

Using a filter you can get only an Input field.

But you can achieve the same effect. In the table column, insert a fixed top cell of type Table standard cell.

In that cell, you can insert a cell editor of type drop down by index.

Do the same thing for remaining columns where you want drop downs, if not insert a input field and remove the standard filter.

-Aarthi

Answers (0)