Autodesk / Autodesk/react-base-table
Expand functionality (row grouping ) is not working as expected as given in example
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
below props are passing to table component still in DOM there is no change
expandColumnKey={expandColumnKey}
onRowExpand={onRowExpand}
onExpandedRowsChange={onExpandedRowsChange}
expandIcon={+}
expandedRowRender={row =>
{row.code}
}Contributor guide
Research direction
Start by reproducing the example with the listed table props: expandColumnKey, onRowExpand, onExpandedRowsChange, expandIcon, and expandedRowRender. Inspect the table component's row-grouping and expansion entry points to determine why these props produce no DOM change; done means the example expands rows and renders the expected row content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100