Datatable last row partially hidden (only when using a pager)

I have a problem with the last row of a datatable not being shown in full.

When scrolling to the bottom of the grid, the last row is not always shown in full. Depends on the screen size.
Seems to only occur when using a pager.

Found the problem also occurs on the paging demos, when selecting pages>1
http://webix.com/demo/datatable/paging/

Hi,

I can confirm the issue. Fix will be included in the next build.

As quick workaround, you can add scrollAlignY:false in the config of datatable. It will resolve the issue.

Hi,
when use scrollAlignY:false, first row is hidden, please help!

It works correctly for me.

http://webix.com/snippet/b7a9b905

if issue still occurs for you, please share a snippet or a demo

Good spot social4hyq. I had the same. Although when I removed the scrollAlignY:false the original problem didn’t occur.

Hi maksim, in your snippet, row 101 is hidden! same issue with row 201…

Now I see.

It is a bug. Fix will be included in the next build ( will be available tomorrow )