Hi all,
I’m running into an issue with a %ZEN.Component.tablePane in a Zen page.
We have:
- A fully styled table with all columns defined
- A backend query (
SearchMessages) that accepts multiple filter parameters - A set of input fields at the top of the page for filtering (text, date, and checkboxes)
We’re trying to run the query from a button click using a client-side method (runSearch()) that collects the filter values, sets them as parameters, and calls executeQuery().
The problem is that the table does not update at all. Old rows remain, or sometimes nothing appears.