pager does not work anymore

While I changing my version from 6.1.0 to 7.2.0 my pager for all tables doesn’t work anymore :frowning: .

my pager part looks like this:
{
view:‘datatable’,

pager:{
view:‘pager’,
container: ‘bottomPager’,
id:‘contentPager’,
type:‘material’,
autoWidth:true,
paddingY:8,
template:’{common.first()}{common.prev()}{common.pages()}{common.next()}{common.last()}’,
group:5
},

}

I don’t use size cause of different rows on smaller or larger screens.
Infact if I select the second row on the second page it’s select the second row on the first page etc…

So what does change in 7.2.0 compare to 6.1 ??

Hello @Michael,
I can confirm the bug. Thank you for the report.
The fix will be added in the nearest future.
As a workaround, If you use autoheight:true please remove it:
https://snippet.webix.com/ot096xnn

Oh thanks a lot! Great!

Is there any other value to controlle except autoheight cause tables doesn’t looks good that way?

@Michael,
Unfortunatly, at the moment there’s no other workaround.

Hello.

Is there a foreseeable time you remove this bug? And in which version do you think to change it?

Thanks a lot
Michael

Hello @Michael,

Is there a foreseeable time you remove this bug? And in which version do you think to change it?

As of now, the fix should be included in the next major release candidate (7.3), which is due to release within the next few weeks.

okay. Thank you.