Pagination with grid help

Hi,
I downloaded dhtmlxSuite Standard Suite
Version 7.1.1 (February 23, 2021)
and experiment with Grid (working) now trying to add pagination as in Sample code in documentation
and i get this error :

Uncaught TypeError: dhx.Pagination is not a constructor

in code:

const pagination = new dhx.Pagination("pagination", {
				css: "dhx_widget--bordered dhx_widget--no-border_top",
				data: grid.data,
				pageSize: 10
			});			

Is paginations is included in Standard version at all or i miss something else?
Or i need to include more than just :

script type=“text/javascript” src=“codebase/suite.js?v=7.1.1”

please help

Hi. Pagination widget is included only in PRO versions

https://docs.dhtmlx.com/suite/pagination__index.html

1 Like

Thanks, cstff

you really saved me from some headache
is there any detailed description of what is included/missing in Standard version

Yes, there is a comparison table on this page under “DHTMLX Suite Licensing” section.

1 Like

Es posible incluir una paginacion sin usar la version pro?

Pagination is available in PRO version of the dhx.Suite only: