Hi,
I am working with data where the length of the text in cells is often so long that the cell height becomes bigger than the table height. I would like that when selecting such cell that the viewport would snap to the top of the cell rather than bottom, so it would be easier to read from beginning to end. You can see the current behaviour from clicking any cell here: http://jsfiddle.net/mikkosk/jn1ret08/4/
In this case the Lorem ipsum… should be seen straight after selecting the cell. Am I missing something, or is such behaviour possible to achieve?
I have also tried to prevent the original scroll on selection and use scrollToViewport method with scrollToBottom and scrollToRight set as false, but that does not seem to work either as you can see here http://jsfiddle.net/mikkosk/75cdze3g/18/
Thanks!