cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with table (dynamically created) sort and filter

tony_morellet
Participant
0 Kudos

Hi Experts,

I need to sort and filter a table (dynamically created) which is bound with a dynamically created context. For this, I use the interface "IF_WD_TABLE_METHOD_HDNL" but it doesn't work because I don't use static attributes.

Can you help me to find a solution ?

Best regards

Tony

Accepted Solutions (1)

Accepted Solutions (1)

tony_morellet
Participant
0 Kudos

I've solved my problem by creating a dynamic structure which is linked to my context node

Answers (1)

Answers (1)

Former Member
0 Kudos

You don't provide much information on how you are creating your dynamic table and context.  However, I will assume you are using CL_WD_TABLE->NEW_TABLE.  There are sevaral parameters to this method you can try using:  ON_SORT (your action handler) and BIND_MULTI_COL_SORTING and MULTI_COL_SORTING.  give these a try..