[Q] It appears that there's no rows to some users. Is there any way to resolve this? #2386
Unanswered
smohantyCME
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💬 Questions and Help
Frozen table row is collapsed by default
Hi!
I create a ws with excel js that prints out a table with many rows and has its header table frozen. This makes it so that the user can scroll through the table and have the headers sticky. However, upon opening the spreadsheet - just the header row is visible until the user scrolls. And so it appears that there's no rows to some users. Is there any way to resolve this? Thanks!
Here's how I'm applying the frozen row for the table header.
views: [ { state: 'frozen', ySplit: FIRST_TABLE_ROW_NUM } ]
I don't want to freeze subsequent rows, I just want the first few visible by default so that it doesn't look like an empty table.
Beta Was this translation helpful? Give feedback.
All reactions