react-component / virtual-list

🧾 React Virtual List Component which worked with animation
https://rc-virtual-list.react-component.now.sh
MIT License
725 stars 154 forks source link

feat: 增加 clientWidth 字段 #268

Closed nia3y closed 5 months ago

nia3y commented 5 months ago

在 rc-table 中虚拟表格需要使用到

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
virtual-list ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2024 3:24pm
linxianxi commented 5 months ago

这个在直接 dom.offsetWidth 获取就行了

nia3y commented 5 months ago

这个在直接 dom.offsetWidth 获取就行了

意思是把 dom 通过 ref 暴露出去吗,使用场景是这里:https://github.com/react-component/table/pull/1122/files

linxianxi commented 5 months ago

我在这里解决了,跟我 fix 的是同一个问题 https://github.com/react-component/table/pull/1130