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?