getCell topmost doesn't work for fixedRowsBottom = 1

Tags: #<Tag:0x00007f8b257cf0f8>

getCell(row, column, topmost)
topmost - If set to true, it returns the TD element from the topmost overlay. For example,
if the wanted cell is in the range of fixed rows, it will return a TD element from the top overlay.

But it doesn’t work if:
fixedRowsBottom = 1

It returns bottom th, not top one.
Could be checked here.

https://jsfiddle.net/h4d1La3m/

Unfortunately I think you’ve found a bug. Thanks for reporting it on Github.

Link for the reference: https://github.com/handsontable/handsontable/issues/5896

Yes, ty. It was my request.

Hey @mojpo4tovik

we’ve fixed this issue in v 7.1.0.

Please update and let me know if it works for you.