DataTable rows disappear when using headerRow #2573
Unanswered
DaBe1812
asked this question in
PrimeFaces
Replies: 1 comment 7 replies
-
Please provide an executable example using the PrimeFaces Test project. It is the only way developers can debug your problem to help. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Primefaces 14.0.3 and I have the issues with p:dataTable, when I'm using a p:headerRow and want to have editable="true".
Everything works fine, but if you edit a line it doesn't matter if I save or cancel the edit, the line always disappears. I only have to close and open it's headerRow and it reappears but this behavior can't be correct it must be some issue with the relöoad of the table after editing.
Beta Was this translation helpful? Give feedback.
All reactions