Autodesk / Autodesk/react-base-table

unable to console first render values with onRowsRendered

オープン
#361 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
1.5k
フォーク
170
PR マージ指標
30日以内にマージされた PR はありません

説明

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);
}
};
```

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
react, typescript
領域
frontend
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。