Autodesk / Autodesk/react-base-table
The scroll fit
- 主要言語
- TypeScript
- スター
- 1.5k
- フォーク
- 170
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
when i use Auto Resize component;coding: const columns = generateColumns(10)
const data = generateData(columns, 10)
const newColumns = columns.map((item,index)=>{
if(index<2){
return({...item,frozen: Column.FrozenDirection.LEFT})
}
return({...item})
})
const Container = styled.div`
width: calc(50vw + 220px);
height: 50vh;
`
const Hint = styled.div`
font-size: 16px;
font-weight: 700;
color: #336699;
margin-bottom: 10px;
`
export default () => (
<>
Resize your browser and see
{({ width, height }) => (
)}
)
Adjust the size of the visual window,A row will be lost,Appears in the figure

コントリビューションガイド
調査の方向性
まず、AutoResizer、BaseTable、固定列、および提供されている generateColumns/generateData の例を使って問題を再現し、その後、説明されているとおりにブラウザウィンドウのサイズを変更します。サイズを変更してもテーブルから行が消えなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, typescript
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100