Datatable Pager & Tablets

When viewing my datatable on a tablet and choosing a page other than the fist page, I lose the first row. For example, My pages are set to show 5 rows, page one loads 5 rows, I click on page 2 and I only get 4 rows and the same for all other pages (the first row doesn’t show). This is not occurring on my app when viewing on a desktop browser. However, the headers have filters and when applying a filter with matching values the row shows up fine.
Is this a bug or am I doing something wrong?

Update, for some reason these extra pages are allowing me to scroll up one row. Therefore it hides the top row under the header. I have scrolling off, first page is ok and does not scroll

If you have some code snippet or demo page where issue can be checked, please share it.

Setting the datatable property

autoheight:true

seems to have fixed the issue. Before the datatable was at a fixed height.

Of course, view this http://webix.com/snippet/244d2f84 on a tablet

Would also be great to get an answer to this discussion too http://forum.webix.com/discussion/comment/2308#Comment_2308
Thanks