pagination

  1. Brian Michael

    Android Code Snippet [XCustomListView] Page Indicator

    Hello everyone in the community, I was looking for a code that would help me indicate the pagination a CustomListView and know in which position the list was indicated. I managed to create a simple code to be able to do it. If you can improve it, please follow the thread of this post...
  2. Milton Yong

    B4J Question How to make the pagination table automatically change to the next page?

    My pagination table has 4 pages, but it needs to be manually change to the next page. I would like to ask if it is possible to make it automatically change to the next page every 3 seconds?
  3. MarcRB

    B4J Question Pagination Container withouit visible page navigation

    Is it posible to use pagination container without a visible page navigation. I want switch the panes by code Pagination1.NavigationButtons.Visible = False 'example not working Pagination1.NavigationLabel.Visible = False 'example not working .
  4. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 8.3 Datatable Pagination & Exporting to XLSX, PNG, PDF and CSV

    Ola Lesson 8.1 Lesson 8.2 Lesson 8.3 Lesson 8.4 As per subject matter this lesson is about a data-table with a pager and also functionality to export its contents to PNG, PDF, CSV and XLSX. It's so amazing that with just a few object (map) settings and then a few simple calls webix does...
  5. Mashiane

    B4J Question [SOLVED] Please help in creating an independent paging web component

    Hi there I need to create a pagination component that one can use in a listview / table seamlessly. This off course should be a web component, pure vanulla js (preferably) or jquery will do. If you have something already please guide the through.. Ta Thanks in advance
  6. Raphael da Costa Peret

    B4J Question Pagination without page indicators

    Hi, All! :) Is possible to hide page indicators from a pagination container?
Top