Jerry
Jerry
Thank you very much!! It's very weird and can only reproduce on IOS 13.4, currently I redraw the table after scrolling but it's not an ideal way, it can help...
这个项目基于的webpack版本比较低,你试试根据报错信息安装一下webpack-cli。
@Handandbrainofking 你是参考这个项目遇到问题了吗?这个是我很久之前的项目了,因为觉得写的不是很好,所以就没怎么管过。可以说一下你遇到的什么问题吗?
Hi, @TechQuery You should use `attributes` module instead of `props` if you want the code work currently. BTW, @mightyiam I don't know if it's a bug to you. As I...
I manage to add the fixed header function to this, please refer the forked repo for detail if it's what you want in your project ~
@josh-nexxt glad to help :)
Sorry I've lost my old computer, it must be something wrong when I publish to npm. You can just directly use the github version instead of the npm version in...
@perryclee01 If you want to use your own format in pivottable, you might want to start with the `TableRenders.jsx` component,you can see the final result is formatted by something like...
I guess you just want to format the **Total** row/col ?
I solve this myself by doing this : if (!('WebkitAppearance' in document.documentElement.style)) { document.documentElement.style['WebkitAppearance'] = '' } put this code in your setup.js file in jest folder and it works.