-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataTable - Impossible to implement Expandable Row Groups with Row Expansion #2213
Comments
Closing. Will reopen if a code sandbox reproducer is provided |
@melloware , this is code sandbox of the issue: https://stackblitz.com/edit/react-fusf42?file=src%2Fdemo.js, expandable rows don't work, if you remove |
I've created PR for this issue, hope it will be merged. |
@anatoly314 I assigned PrimeTek to review. Thanks for the PR! |
There's already a closed issue about this topic: ##1510
it was closed due to a misunderstanding, right now the DataTable component is relying on the prop "expandedRows"
which does not distinguish between Expanded Group Rows and Expanded Rows
TLDR: cant implement https://primefaces.org/primereact/showcase/#/datatable/rowexpand with https://primefaces.org/primereact/showcase/#/datatable/rowgroup (expandable)
The text was updated successfully, but these errors were encountered: