Autodesk / Autodesk/react-base-table

The scroll fit

オープン
#343 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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
![issue](https://user-images.githubusercontent.com/70958587/144784452-0ad5d5c2-f752-4a8d-8d75-9202394eb63f.png)

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

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

調査の方向性

まず、AutoResizer、BaseTable、固定列、および提供されている generateColumns/generateData の例を使って問題を再現し、その後、説明されているとおりにブラウザウィンドウのサイズを変更します。サイズを変更してもテーブルから行が消えなくなれば完了です。

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

評価

技術スタック
react, typescript
領域
frontend
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

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

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