Pergunta

Is it anyhow possible to filter data with display tag? I want to filter data by date column, and that by providing lower and upper date limits.

EDIT: I have two input fields. One for first date value, and another one for second date value. After submitting those, I want table data to display rows with dates between the two specified date values.

Foi útil?

Solução

You need to filter from Java class before pass the values on display tag.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top