ak1001
March 3, 2021, 2:20pm
#1
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
cstff
March 3, 2021, 2:32pm
#2
Hi. Pagination widget is included only in PRO versions
https://docs.dhtmlx.com/suite/pagination__index.html
1 Like
ak1001
March 3, 2021, 2:58pm
#3
Thanks, cstff
you really saved me from some headache
is there any detailed description of what is included/missing in Standard version
cstff
March 3, 2021, 3:07pm
#4
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:
You can have an overview of Pagination in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.