Skip to Content
0
Dec 03, 2009 at 02:55 PM

Filtering table binding with a dynamic node

38 Views

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.