In PrimeFaces (I'm using 4.0) you are able to have a dataTable
with expandable rows. Basically you have a p:rowToggler
button which toggles the p:rowExpansion
. This works fine, but I really hate the fade animation on the row expansion content, which makes the toggling feel sluggish (especially when closing a row expansion).
Is there any way to control / disable the fade animation? It doesn't seem there are attributes on p:rowToggler
or p:rowExpansion
to control this behavior.