Autodesk / Autodesk/react-base-table
unable to console first render values with onRowsRendered
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.5k
- Forks
- 170
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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);
}
};
```
Guía de contribución
Línea de trabajo
Start by reproducing the sidebar category change with the onRowsRendered={extractDisplayedTask} callback and inspect when the callback runs relative to the new table data. Confirm the issue is resolved when the first render of each newly selected category logs its displayed values, while scrolling continues to work.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- react, typescript
- Área
- frontend
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100