FrankFan
FrankFan
@ChenRiliang 贵司gitlab版本是多少?
> gitlab version 13.10 插件不起作用 兄弟,对不起了,不支持 13.x 版本。
@aaronuu I've tried to support gitlab 10.x, but there is a problem I have to solve. I must get users Private Token so that I can access gitlab's API. please...
@windery 可以截图看一下吗?
@bringyou 请问你的gitlab版本号是多少? 我尝试用gitlab9.x没有复现你说的这个问题。可能是其他版本导致的。
翻译的非常好。
楼主的文章被博客园收录了: [Click Here](http://news.cnblogs.com/n/185727/)
补充依赖版本: ```json { "name": "test-ali-react-table", "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview" }, "dependencies": { "ali-react-table": "^2.6.1", "react": "^17.0.0", "react-dom": "^17.0.0" }, "devDependencies": { "@types/react":...
最后通过覆写 `tbody` 解决了。 [https://ali-react-table.js.org/docs/table/api/#自定义表格内的子组件](https://ali-react-table.js.org/docs/table/api/#自定义表格内的子组件)