Hi,
So here’s my fiddle.
http://jsfiddle.net/1nhfomgs/
As per my requirement, I have to set the source of dropdown present in “D” based on the value in column C. That logic is working well but the problem is the dropdown is not visible. It is present though. If I click on it, I can see the drop-down and then select the values as well.
When I do, hot.render(), it works but not for all rows. If I have to scroll the rows, the last records are a miss sometimes. Can you tell me what the problem is?
Like this: https://imgur.com/a/H8OhB
Sometimes it misses 5-6 rows which looks odd. You can replicate it by creating a bigger spreadsheet, createSpreadsheetData(60, 10),
Thanks for your help.