chuan.yue

Results 8 comments of chuan.yue

可以借助第三方插件进行二次开发实现对多种公式的支持

已提交pr 待合并 提供两种方式全选: 1. ctrl + A 2. 点击左上角

如果 增加一个onBeforeRender函数 实现程序 render cellBox 之前实现 cell 自定义 就能更好的符合这种扩展性较强的需求了 我只是给你提供一个思路 实现起来也很容易 ``` class Cell{ value : string; text : string; public onBeforeRender?:(cellBox:Box, textValue :string)=>void } ``` # example: ``` onBeforeRender(cellBox...

> 这个功能还可以用吗? The functionality is available, but the author does not have time to process the merge request

渲染单元格图片 我给你简单举个例子 ``` fillImage(box: Box, cell: any, { fixWidth, fixHeight }: { fixWidth: number, fixHeight: number }, callback?: (width: number, height: number) => void) { const { x, y, width,...

https://github.com/ayuechuan/react-wolf-table-table

https://github.com/ayuechuan/react-wolf-table-table

设置了prefix ,message 和 modal函数式通知和弹框无法正常显示 属于是重大 bug 。