Question Rodrigo Flores · Jun 28, 2018

Filter in table

Hi,


is there way when select a value in filter column and the second column filter use only value referred to the first selection??

we use to active filter to column in table, but not know how relationship the filter between columns of table.

only in the table context in zen page.

Comments

Vladimir Iliychev · Jun 29, 2018

Filters work exactly this way (take a look at ZENTest.TableTest.cls in Samples namespace), but:

"Filtering works only if the <tablePane> is using an automatically generated SQL statement or an OnCreateResultSet callback"

0