Hello,
I want to achieve the datatable filtering as like below picture. On datatable Items I called the variable MySortOrdder.

On each filter icon I set the columns value into a variable as
On BiusinssUnit OnSelect: Set(MySortOrder,"Title"),
On Category OnSelect: Set(MySortOrder,"Category") ....and so on
Can anyone please advise, how I can fix the delegation issues in this table?