Dynamic Loading or Pagination in Pivot Table

Is it possible to load data lazily on scrolling vertically or horizontally in Pivot table.

Or is there any way to apply pagination in Pivot Grid ?

There is no way to use dynamical loading ( it has no sense , as pivot need to have all data for calculations ). If you need to show data, without real pivoting, just use a webix datatable, which does support dynamical loading and paging.

Technically it possible to attach the paging to pivot, but as performance problem is not related to the result rendering, it has no sense.

How can i attach the paging to pivot table. Can you please provide me some hint or sample.

Check this snippet

This technique described in the docs
http://docs.webix.com/desktop__paging.html#pagerasseparateview

You can creata a pager view anywhere on the page and linkt to the data component through “pager” property.