You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Expected behavior
According to #1762 it should receive those props for easy customization of the expander button.
Instead, when a body function is defined, the branch handling the expander is short-circuited here.
Minimal reproduction of the problem with instructions
Please tell us about your environment:
PrimeReact version: 7.01.
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/embed/primereact-test-forked-vpi8i
Current behavior
A column with
expander={true}
and abody
func does not receive theexpander
object on its column properties.Expected behavior
According to #1762 it should receive those props for easy customization of the expander button.
Instead, when a
body
function is defined, the branch handling the expander is short-circuited here.Minimal reproduction of the problem with instructions
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: