Hello.
I have dynamically created a table. It's bind with a dynamic created node .
I need to filter this table. I modify my code with the tutorial "Implementing a table with sorting ans filtering capabilities" but it doesn't work.
In my filter action, I have put this code :
wdContext.currentContextElement.getTableFilter().filter(wdContext.node CalendrierSource(),wdContext.getChildNode("TableNode", IWDNode.NO_SELECTION));
Could you help me.