virtuallist-antd
virtuallist-antd copied to clipboard
Table增加summary属性,summary显示会有问题
增加summary之后,summary的位置会随列表滚动一直变动,而不是固定显示在底部。
具体描述:给summary增加了stick定位,Table里面的transform样式导致sticky定位失效,请问怎么解决
Table.Summary里不是只有fixed属性吗? 用fixed都好着呀. 给个demo看看?
https://codesandbox.io/s/determined-thunder-7hxc1b?file=/src/index.tsx
Table.Summary里不是只有fixed属性吗? 用fixed都好着呀. 给个demo看看?
使用的antd版本不够4.16,无法使用fixed属性
[email protected],有同样的问题