Gaze
Gaze
@yuanY2 我们已经在最新的release版本中新增了缩放功能,可以尝试使用内置缩放功能对表格进行缩放,这种做法不会引起鼠标点击位置的错误
在ctx中包含了hooks,并且其中已包含beforeCellMouseDown
好的,后续会对hooks部分进行优化
@dtiwarii is there any step about how to reproduce that? And there is a limitation of 10000 rows and 1000 columns which can not be customized.
> > @dtiwarii is there any step about how to reproduce that? And there is a limitation of 10000 rows and 1000 columns which can not be customized. > >...
@dtiwarii this is not a bug. To facilitate easy identification of row and column labels, the leftmost and top borders are not rendered, although they do exist. Google sheet and...
> > @dtiwarii this is not a bug. To facilitate easy identification of row and column labels, the leftmost and top borders are not rendered, although they do exist. Google...
@dtiwarii you can just convert `data` to `celldata` and try again. The sheets will initalize with `celldata` rather than `data`. Here's a demo ``` export const Test = Template.bind({}); const...
> Currently having the same issue. We get the Sheet object from our API and we see that the spreadsheet initializes with the incoming data but all cells that have...
> > @dtiwarii you can just convert `data` to `celldata` and try again. The sheets will initalize with `celldata` rather than `data`. Here's a demo > > ``` > >...