Question
· Apr 8

Can the value of <zenPage><tablePane><maxRows> be configurable?

I am working on a Zen page that has a table pane with the maxRows set to a default value. My customer is coming back with the following request of making that value bigger & begs the question whether the new value can be configurable. I looked @ the documentation, and forgive me if I missed, and I couldn't find anywhere that it can. Am I wrong? Thanks.

Discussion (6)1
Log in or sign up to continue

I must be doing something wrong when refreshing the table/querying the backend again. It seems like I am setting the maxRows property correctly (zenPage.getComponentById(<table id>).setProperty('maxRows',10)) because calling the getProperty returns 10. So, it must be the way I forcing the query. I use executeQuery(). Isn't that the right way to do it? Thanks.