DataView paging

I am using dhtmlxDataView and Paging support. But I don’t know how to get current page, Any idea ?

Number of current page

Try the next:

dataview.config.pager.config.page+1

thank you @Darya, it works

You are welcome!