I’m using the spreadsheet (v1) in wordpress. Is there any way to hide rows?
We have a lengthy spreadsheet (approx 300 rows, each representing a day) and I would love to be able to either hide the top rows, or show a higher numbered row when you open the page.
Thanks
Hi,
please, try to call the follow javascript code after spreadsheet is initialized:
dhx_sh.grid.showRow("40");
“40” here is a row number.
Hello,
I’ve tried dhx_sh.grid.showRow(“40”) but i’ve the following error :
dhx_sh.grid is undefined
What can I do for resolve this problem ?
Thanks in advance,
JC
Hi,
is object dhx_sh defined?
Maybe you call dhx_sh.grid when spreadsheet is not initialized yes.
Yes, problem is solved, i call this function later and it works, thanks.