fortune-sheet
fortune-sheet copied to clipboard
Border issue
1-We are getting error "cfg.borderInfo.push is not a function" when trying to apply border to selected cells. 2- How to restrict maximum number of rows and columns Can you Please Help.
@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.
steps - 1- Select Multiple cells 2- Go to toolbar and click on border button It will throw this error.
@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.
steps - 1- Select Multiple cells 2- Go to toolbar and click on border button It will throw this error.
Is there some special steps? We can not reproduce that.
https://github.com/ruilisi/fortune-sheet/assets/82332499/1a58135b-4a24-4b1d-95ad-8b2a1644aa3b
@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.
steps - 1- Select Multiple cells 2- Go to toolbar and click on border button It will throw this error.
Is there some special steps? We can not reproduce that.
QQ20230601-192750-HD.mp4
I initialise config.borderInfo =[] instead of {}. This solved above error but now i have one more issue in fortune-sheet demo also this issue is there -
We are not able to border left line of first column, right line of last column ,
top line of first row , bottom line of last row.Attached screenshot below.
Please fix this issues asap. Thank
@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 Excel also employ the same approach.
@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 Excel also employ the same approach.
Is there anyway we can achieve this outside the framework(without doing changes to framework).?
@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 Excel also employ the same approach.
Is there anyway we can achieve this outside the framework(without doing changes to framework).?
Currently, this feature is not available temporarily.
@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 Excel also employ the same approach.
Is there anyway we can achieve this outside the framework(without doing changes to framework).?
Currently, this feature is not available temporarily.
In our case we need this functionality can you please help us to achieve this ...?