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

0

I have a <p:dataTable> that is populated by data that is in a .xml file and I have in front of each line a button to end or cancel the process. How do I not to display more in my DataTable the process that was canceled. Can you exclude all column-related tags from the xml file? or it would be simpler every time I click cancel it would change the status in the file .xml to canceled so I could make a condition to not display it. Can anyone help?

    
asked by anonymous 08.06.2015 / 22:15

1 answer

2

You have to treat the data that will be displayed in the tables before you send them. The datatable is not supported for hiding rows.

    
09.06.2015 / 16:27