ruilisi / fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
https://ruilisi.github.io/fortune-sheet-docs/
MIT License
2.52k stars 226 forks source link

sheet右侧为什么需要给120px的宽度呢,是给什么功能预留的吗 #546

Open wmb0412 opened 5 months ago

wmb0412 commented 5 months ago

sheet右侧为什么需要给120px的宽度呢,是给什么功能预留的吗,

导致我sheet宽度没有占满宽度的时候,也会多出滚动条

https://github.com/ruilisi/fortune-sheet/blob/8b15a8499a78c85a81c5198bdccbdf2f7c060e73/packages/core/src/context.ts#L516C3-L562C32

image

sanchit3008 commented 5 months ago

Thanks for submitting this issue, this certainly is not expected but need to check once if this will break something else. Keeping this open.

sanchit3008 commented 4 months ago

just had a look at this, it makes no sense to me at least to have this but changing it to 0 is breaking column highlighting. need to take a closer look.

Rio-shuai commented 2 months ago

那怎么把右边的空白去除 @sanchit3008