标签: html css html-table custom-scrolling
我的表格放在div style =“overflow:auto”里面,但是我希望第一列保持原位,而所有其他列都滚动。
答案 0 :(得分:1)
将style="position:fixed;top:100px;left:50px"添加到您要修复的行中(您可以调整px值)。
style="position:fixed;top:100px;left:50px"