In one of my apps, I have a Search module, and then have a PostProcess module which populates a Table Module. The table module also has drilldown capability.
If I use Search instead of PostProcess to populate the table, the Drilldown disappears when the table is refreshed. (When a pulldown is modified)
However, when I use postprocess, the table does not actually refresh when the pulldown is changed, and its contents simply change. The drilldown is still present, even though the table has changed.
Note: The drilldown itself is running off of a postprocess Module
Is there a way to fix this?
... View more