Webix datatable show record count

How can I get the record counts to show in the pager area of a datatable? (ie. something like this: (Record 1-17 of 470) Assuming my page size is 17.

Thanks,
David

Anyone able to help me understand why this doesn’t work for the other 3 datatables on my web page?

Here is a snippit, also not working. The pager shows up on the Job Queue tab, but not on the AD Users tab:
https://snippet.webix.com/pjprbteb

Thank you, that is exactly what I needed.

Hello @dmcconnell68 ,
As a solution, you can use a custom template for paging.
Please check the next snippet:
https://snippet.webix.com/rd7f7afa

I spoke too soon…

On my page, I have 4 tabs, each tab contains an instance of a webix datatable. When I use your pager code on the first datatable, it works as I would expect. When I add it to the other datatables, it does not appear to work and I have no pager at that point on the other 3 tables.

You can see the code for the page here: phpCloud/webixtest.php at master · dmcconnell68/phpCloud · GitHub

Thanks,
David

Does anyone have any ideas?

Hi, try to put the width property (i.e. width: 700px) on the second pager or make container div bigger, maybe you have css conflict with bootstrap or it’s a bug

https://snippet.webix.com/tcxhzm19

Thank you. Adding the width to the subsequent pagers fixed the issue.