Hi, I have the following implementation: http://jsfiddle.net/3bn30mLq/1/
What I’m trying to accomplish is something similar to Excel, where I freeze both top and left panes. It works like a charm until I try to freeze from a cell that is outside viewport. The table gets scrolled back to position 0 and gets “stuck”. Is there any known way to accomplish this? I’m trying via javascript (on the callback to this action) to reposition the left panel as Excel does (in excel, it aligns the last row on the frozen area to the right and hides everything in the left) which is exactly what our costumer needs.
Thanks and regards.