cancel
Showing results for 
Search instead for 
Did you mean: 

UI Table filter fields are read-only

Former Member
0 Kudos

Hi!

I've created an UI table with filter options, based on the WD compontnent DEMO_TABLE. It was working fine.

Now I copied this view to an another view, and of course I've made some changes.

Now, when I switch on the filter, all filter fields (where I have to enter the filter criteria) are read-only, so I can't enter anything into them.

I've checked the table properties, the filter field's node settings, and the coding, but nothing... I think this should be a small thing, but now I can't find it...

Any help is welcome

Thanx

Tamá

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check wether the table is made as read_only or check the property IS_FILTERED for those columns.

Regards,

Lekha.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanx for the input. However I forgot to attach the node attributes to to tablecolumn's filtervalue property...

Problem solved.

Former Member
0 Kudos

hi ,

did u check the enable property of ur table UI element

for table columns , IS Filtered property needs to be checked

Note the following with regard to the IF_WD_TABLE_METHOD_HNDL~APPLY_FILTER table utility function:

The dataSource must be bound to a node without subnodes.

Only static attributes may be attached to this node.

The filter function does not work for hierarchical tables.

I hope it shud help u.

regards,

amit