Autodesk / Autodesk/react-base-table
unable to console first render values with onRowsRendered
Open
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
Scrolling and printing values are fine but if I move on to another category in the sidebar and render new table from there. It's not printing values of it in the console.
```
onRowsRendered={extractDisplayedTask}
```
```
const extractDisplayedTask = (props) => {
const { startIndex, stopIndex } = props;
if (data.length > 0) {
console.log(data);
}
};
```
Contributor guide
Assessment
This issue has not been assessed yet.