Row header cell height problem (PRO)

Tags: #<Tag:0x00007efc60517d00>

Hi,

Sorry for the ugly code but this is the only way we could reproduce this bug. So when scrolling right, we reach the end of the table and row heights change but not the left numbered “header” cells.

Here is my example: http://jsfiddle.net/1zkt9yzg/

Thanks,
Gabor

Thanks for demo @gabor.nagy I was trying to reproduce it with a simpler example and I tried array of arrays, array of objects and everything worked fine till I came up with an idea that’s maybe the amount of data is a problem.

I’ve updated your demo http://jsfiddle.net/1zkt9yzg/1/ by changing ‘html’ values to an empty string and it solved the case. There’s an issue with displaying a lot of HTML content. Here’s a simpler example that I’ve made http://jsfiddle.net/msk8zzue/1/ where the height of rowHeaders is also incorrect.

I will try to dig deeper to find a solution.

Hi @gabor.nagy do you have any updates with this one?

Hi @aleksandra_budnik,

Thank you for the demos. We have tried to fix our version based on the descriptions but we could not make it work properly.
Right now we are working on a different feature but we also try to hurry and create a new jsfiddle demo about what current problem we are experiencing.
Have you made any progress regarding your second demo?

Hi @gabor.nagy yep, I tried but with no luck. It has to be in the code.