select

switches pager to the necessary page (zero-based numbering)

void select(number page);
pagenumberthe page number

Example

$$('dtable').getPager().select(2);

Back to top