cancel
Showing results for 
Search instead for 
Did you mean: 

Filter for Table having Tree by key table column

Former Member
0 Kudos

Hi All,

I have created a table which has tree structure using tree by key table column. I have requirement to implement filter for this table. I have implemented filter statndard methods of webdynpro Table and it comes properly. The only issue I am getting is that the all fields in filter row is coming in read only. Do I need to do something additional to keep the filter fields editable.

Best Regards,

Praveen Kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Praveen,

Did you bind the 'FilterValue' property of the TableColumns to a context attribute? This property is available only for the TableColumns and not for the TreeByKeyColumn. So I assume you can't have the filter only for the TreeByKeyColumn. for other columns you can have filters enabled only if you bind it to a context attribute.

Have a look at this thread

BR, Saravanan