Do not display another row in the table when status equals "Canceled"

Asked

Viewed 163 times

0

I have a <p:dataTable> which is populated by data that is in a file .xml and I have in front of each line a button to finish or cancel the process. How do I not display more in my DataTable the process that was canceled. You have to delete all the tags related to the file column xml? or it would be simpler every time I click cancel it would change the status in the file .xml for canceled that way I could make a condition not to display it. Someone can help?

1 answer

2


You have to process the data that will be displayed in the tables before sending them. Datatable has no support for hiding lines.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.