Simon Guo
Simon Guo
https://table.rsuitejs.com/#custom-cell You can make it editable by customizing the cell to add a click event to it.
`npn link` 拼写错误
Modal's API has been adjusted in rsuite v5. https://rsuitejs.com/guide/v5-features/#use-code-open-close-code-instead-of-code-show-hide-code ```diff - + ```
Please provide an example on codesandbox
This is a rendering problem caused by the browser caused by the use of translate3d. The solution is to disable this feature. ```tsx ``` Related: https://github.com/rsuite/rsuite/issues/1038
Thank you very much for discovering this problem. In a controlled situation, you can update the data of the component to implement asynchronous loading, but this way, the front-end beginners...
We have noticed the existence of this problem and will improve it in subsequent versions.
Styles imported via modularization require `less` preprocessing support. ```js import "rsuite/lib/Button/styles/themes/dark"; ``` Equivalent to ```js import "rsuite/lib/Button/styles/themes/dark.less"; ```
That's because `codesandbox` does not support importing `.less` files.
https://github.com/rsuite/rsuite/blob/v4/examples/create-react-app/src/App.js#L3-L4 Please refer to this sample project.