We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At line 198, parentRow gets the remaining properties of row
parentRow
row
farmblocks/packages/table/src/Table.js
Line 198 in 5255bb5
_renderRow
Line 209 in 5255bb5
But we have a use case where we need to render the quantity of child rows at the parent row, so we need access to the child rows array as well.
Full function for reference:
Lines 196 to 215 in 5255bb5
The text was updated successfully, but these errors were encountered:
feat(table): pass full row to parents of row groups
42615b4
affects: @crave/farmblocks-table including the array with the sub rows objects ISSUES CLOSED: #496
127dd9b
vNakamura
No branches or pull requests
At line 198,
parentRow
gets the remaining properties ofrow
farmblocks/packages/table/src/Table.js
Line 198 in 5255bb5
Then it's passed to
_renderRow
farmblocks/packages/table/src/Table.js
Line 209 in 5255bb5
But we have a use case where we need to render the quantity of child rows at the parent row, so we need access to the child rows array as well.
Full function for reference:
farmblocks/packages/table/src/Table.js
Lines 196 to 215 in 5255bb5
The text was updated successfully, but these errors were encountered: