⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Selects and links between tables
  • Table settings basic level
  • Order field, Reverse order and Main field
  • Pagination
  • Concurrent access options
  • Manual row sorting
  • Prefilters base level
  • Conditional formatting basic level
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Pagination

    basic_table_settings

    Why do you need to separate pages?

    If you have a large table that is constantly being added to, sooner or later browsers will not be able to open it due to its size.

    For this, automatic pagination is provided — the table parameter pagination.

    Does pagination make the display of data slower?

    No. It is performed at the database level — it is a fast operation.

    Can I set a different number of rows for the desktop version and for the mobile version?

    You can set a different number of rows for the desktop and mobile versions. The parameter has two values specified with a slash:

    • left — desktop.

    • right — mobile.

    In the mobile version, all rows of the table are loaded at once — therefore, we recommend limiting the display to 50-100 rows.

    How can I show not the first page but the last one?

    Through the second fraction, you can specify:

    • desc — show the last page, fully filling it with values up to the limit.

    • last — show the last page without filling the unused limit.

    Does sorting by sorting field work before pagination or after?

    Before. First, the table is sorted, then it is paginated.

    Do filters and sorting by column work for the whole table, or just the page?

    Only for the page! There is a warning displayed in red in the dropdown menu for this.