Autodesk / Autodesk/react-base-table
The prop value in the dataGetter function cannot be obtained with the latest
Open
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
I'm providing a value via props from a parent component to a child component that contains my BaseTable. The value that is passed down is successfully rendered in one of the columns via the cellRenderer.
The issue is that whenever the value is updated in the parent component, the value that is passed to my table via props is not forcing the Column to rerender. I have confirmed the child component is successfully receiving the updated value through rendering the value in a h1 tag outside of my BaseTable.
How can I get the updated value to render inside of the Column of the BaseTable?
Contributor guide
Assessment
This issue has not been assessed yet.