Not Displaying All Rows #259
Unanswered
deanparker-web
asked this question in
Q&A
Replies: 1 comment
-
I found the fix for this. In your index.html file, make sure the first line is. It was removed over the various updates done.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am hoping someone can help out, I have been using version 9.x for months and everything has been working.
The grid is only display 48 rows, the data is 548 rows. I checked the counter and confirmed the data is correct.
Not sure what I broke, but installed the latest version and it does not work.
I am using the following code:
sheet = new Sheet(reportData.Length, 15);
Beta Was this translation helpful? Give feedback.
All reactions