Pager is used in conjunction with data components like Dataview, Datatable and List.
CSS class | Element |
---|---|
.webix_pager | the whole Pager control |
.webix_pager_item | an item of the Pager |
.webix_pager_item_selected | the selected item of the Pager |
.webix_icon.wxi-angle-left | the icon of the the "previous" button |
.webix_icon.wxi-angle-right | the icon of the the "next" button |
.webix_icon.wxi-angle-double-right | the icon of the the "last page" button |
.webix_icon wxi-angle-double-left | the icon of the the "first page" button |
Read more about Paging
Back to top