⟵ hearthere ⟶

Pagination

basic_table_settings
Set bookmark

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.