FrominXu
FrominXu
### Component Table ### Steps to reproduce 在开启Table的虚拟滚动后,行内数据在操作后行高自动撑高,此时会出现虚拟滚动条可以无穷滚动的情况,应是计算出现了问题
### What version of rsuite are you using? 5.16.1 ### What version of React are you using? 17 ### What version of TypeScript are you using (if any)? _No response_...
columns total width is large than table width, fixed = false, flexGrow = 1, when set flexShrink=0, horizontal direction can not scrolling
## Describe the bug I get this in lib file:ref.current?.focus -> lib/bundle.js , My project‘s build config can't setting to transform file in node_modules. ): ## To Reproduce 1. 2....
## Use case this: https://github.com/adazzle/react-data-grid/issues/1872 ## Proposed solution there is no row spanning
emptyRenderer not work when maxHeight setted
在demo文件夹下的md文件中,代码区在文件中间,但实际渲染结果是组件渲染在了最末尾。 =>test.md 文字文字文字文字文字文字 文字文字文字文字 ```jsx ReactDOM.render(( ), mountNode); ``` 文字文字文字文字文字文字 文字文字文字文字 =>显示结果 文字文字文字文字文字文字 文字文字文字文字 文字文字文字文字文字文字 文字文字文字文字 ====组件渲染在这====