Chrome browser: Version 94.0.4606.81(Official Build) (arm64)
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/quickstart-377809123
Attachment: spreadsheet.pdf_1864c2f4.zip
Where can I find more information and how can this problem be solved
|
created: function(){
var spreadsheet = this.$refs.spreadsheet;
spreadsheet.height=document.documentElement.clientHeight-10;
window.addEventListener('resize', function () {
document.body.style.height = `${document.documentElement.clientHeight-10}px`;
spreadsheet.height = document.body.style.height;
});
}
|
|
beforeCellRander(args) {
var textContainsRowIdx = [1, 2, 3, 4, 5];
if (textContainsRowIdx.indexOf(args.rowIndex) != -1) {
args.needHeightCheck = true;
}
}
|
|
beforeCellRender: function (args) {
if (args.rowIndex == 5000 || args.rowIndex == 5001)
{
args.needHeightCheck = true;
}
}
|
Hi
I run your "sample Link: https://www.syncfusion.com/downloads/support/forum/169692/ze/QU0811~1-787631859 " example, and the problem still exists。
hi
I run your "sample Link:https://www.syncfusion.com/downloads/support/forum/169692/ze/QU0811~3-526940667 example, and the problem still exists
I guess this bug is related to computer chips。